OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 3924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3935 'browser/ui/webui/task_manager_handler.cc', | 3935 'browser/ui/webui/task_manager_handler.cc', |
3936 'browser/ui/webui/task_manager_handler.h', | 3936 'browser/ui/webui/task_manager_handler.h', |
3937 'browser/ui/webui/task_manager_ui.cc', | 3937 'browser/ui/webui/task_manager_ui.cc', |
3938 'browser/ui/webui/task_manager_ui.h', | 3938 'browser/ui/webui/task_manager_ui.h', |
3939 'browser/ui/webui/test_chrome_web_ui_factory.cc', | 3939 'browser/ui/webui/test_chrome_web_ui_factory.cc', |
3940 'browser/ui/webui/test_chrome_web_ui_factory.h', | 3940 'browser/ui/webui/test_chrome_web_ui_factory.h', |
3941 'browser/ui/webui/theme_source.cc', | 3941 'browser/ui/webui/theme_source.cc', |
3942 'browser/ui/webui/theme_source.h', | 3942 'browser/ui/webui/theme_source.h', |
3943 'browser/ui/webui/tracing_ui.cc', | 3943 'browser/ui/webui/tracing_ui.cc', |
3944 'browser/ui/webui/tracing_ui.h', | 3944 'browser/ui/webui/tracing_ui.h', |
| 3945 'browser/ui/webui/uber/uber_ui.cc', |
| 3946 'browser/ui/webui/uber/uber_ui.h', |
3945 'browser/ui/webui/user_selectable_sync_type.h', | 3947 'browser/ui/webui/user_selectable_sync_type.h', |
3946 'browser/ui/webui/web_ui_util.cc', | 3948 'browser/ui/webui/web_ui_util.cc', |
3947 'browser/ui/webui/web_ui_util.h', | 3949 'browser/ui/webui/web_ui_util.h', |
3948 'browser/ui/webui/workers_ui.cc', | 3950 'browser/ui/webui/workers_ui.cc', |
3949 'browser/ui/webui/workers_ui.h', | 3951 'browser/ui/webui/workers_ui.h', |
3950 'browser/ui/window_sizer.cc', | 3952 'browser/ui/window_sizer.cc', |
3951 'browser/ui/window_sizer.h', | 3953 'browser/ui/window_sizer.h', |
3952 'browser/ui/window_sizer_aura.cc', | 3954 'browser/ui/window_sizer_aura.cc', |
3953 'browser/ui/window_sizer_gtk.cc', | 3955 'browser/ui/window_sizer_gtk.cc', |
3954 'browser/ui/window_sizer_mac.mm', | 3956 'browser/ui/window_sizer_mac.mm', |
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5248 'type': 'static_library', | 5250 'type': 'static_library', |
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5250 'variables': { | 5252 'variables': { |
5251 'proto_in_dir': 'browser/history', | 5253 'proto_in_dir': 'browser/history', |
5252 'proto_out_dir': 'chrome/browser/history', | 5254 'proto_out_dir': 'chrome/browser/history', |
5253 }, | 5255 }, |
5254 'includes': [ '../build/protoc.gypi' ] | 5256 'includes': [ '../build/protoc.gypi' ] |
5255 }, | 5257 }, |
5256 ], | 5258 ], |
5257 } | 5259 } |
OLD | NEW |