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 3942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3953 'browser/ui/webui/task_manager_handler.cc', | 3953 'browser/ui/webui/task_manager_handler.cc', |
3954 'browser/ui/webui/task_manager_handler.h', | 3954 'browser/ui/webui/task_manager_handler.h', |
3955 'browser/ui/webui/task_manager_ui.cc', | 3955 'browser/ui/webui/task_manager_ui.cc', |
3956 'browser/ui/webui/task_manager_ui.h', | 3956 'browser/ui/webui/task_manager_ui.h', |
3957 'browser/ui/webui/test_chrome_web_ui_factory.cc', | 3957 'browser/ui/webui/test_chrome_web_ui_factory.cc', |
3958 'browser/ui/webui/test_chrome_web_ui_factory.h', | 3958 'browser/ui/webui/test_chrome_web_ui_factory.h', |
3959 'browser/ui/webui/theme_source.cc', | 3959 'browser/ui/webui/theme_source.cc', |
3960 'browser/ui/webui/theme_source.h', | 3960 'browser/ui/webui/theme_source.h', |
3961 'browser/ui/webui/tracing_ui.cc', | 3961 'browser/ui/webui/tracing_ui.cc', |
3962 'browser/ui/webui/tracing_ui.h', | 3962 'browser/ui/webui/tracing_ui.h', |
| 3963 'browser/ui/webui/uber/uber_ui.cc', |
| 3964 'browser/ui/webui/uber/uber_ui.h', |
3963 'browser/ui/webui/user_selectable_sync_type.h', | 3965 'browser/ui/webui/user_selectable_sync_type.h', |
3964 'browser/ui/webui/web_ui_util.cc', | 3966 'browser/ui/webui/web_ui_util.cc', |
3965 'browser/ui/webui/web_ui_util.h', | 3967 'browser/ui/webui/web_ui_util.h', |
3966 'browser/ui/webui/workers_ui.cc', | 3968 'browser/ui/webui/workers_ui.cc', |
3967 'browser/ui/webui/workers_ui.h', | 3969 'browser/ui/webui/workers_ui.h', |
3968 'browser/ui/window_sizer.cc', | 3970 'browser/ui/window_sizer.cc', |
3969 'browser/ui/window_sizer.h', | 3971 'browser/ui/window_sizer.h', |
3970 'browser/ui/window_sizer_aura.cc', | 3972 'browser/ui/window_sizer_aura.cc', |
3971 'browser/ui/window_sizer_gtk.cc', | 3973 'browser/ui/window_sizer_gtk.cc', |
3972 'browser/ui/window_sizer_mac.mm', | 3974 'browser/ui/window_sizer_mac.mm', |
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5268 'type': 'static_library', | 5270 'type': 'static_library', |
5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5271 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5270 'variables': { | 5272 'variables': { |
5271 'proto_in_dir': 'browser/history', | 5273 'proto_in_dir': 'browser/history', |
5272 'proto_out_dir': 'chrome/browser/history', | 5274 'proto_out_dir': 'chrome/browser/history', |
5273 }, | 5275 }, |
5274 'includes': [ '../build/protoc.gypi' ] | 5276 'includes': [ '../build/protoc.gypi' ] |
5275 }, | 5277 }, |
5276 ], | 5278 ], |
5277 } | 5279 } |
OLD | NEW |