OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 4455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4466 'browser/ui/browser_list.cc', | 4466 'browser/ui/browser_list.cc', |
4467 'browser/ui/browser_list_stub.cc', | 4467 'browser/ui/browser_list_stub.cc', |
4468 'browser/ui/browser_navigator.cc', | 4468 'browser/ui/browser_navigator.cc', |
4469 'browser/ui/browser_tab_restore_service_delegate.cc', | 4469 'browser/ui/browser_tab_restore_service_delegate.cc', |
4470 'browser/ui/sync/browser_synced_window_delegate.cc', | 4470 'browser/ui/sync/browser_synced_window_delegate.cc', |
4471 | 4471 |
4472 'browser/ui/sad_tab_helper.cc', | 4472 'browser/ui/sad_tab_helper.cc', |
4473 'browser/ui/webui/certificate_viewer_webui.cc', | 4473 'browser/ui/webui/certificate_viewer_webui.cc', |
4474 'browser/ui/window_sizer.cc', | 4474 'browser/ui/window_sizer.cc', |
4475 'browser/ui/window_sizer.h', | 4475 'browser/ui/window_sizer.h', |
| 4476 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 4477 'browser/ui/webui/ntp/app_launcher_handler.h', |
4476 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4478 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4477 'browser/upgrade_detector.cc', | 4479 'browser/upgrade_detector.cc', |
4478 'browser/upgrade_detector.h', | 4480 'browser/upgrade_detector.h', |
4479 'browser/upgrade_detector_impl.cc', | 4481 'browser/upgrade_detector_impl.cc', |
4480 'browser/upgrade_detector_impl.h', | 4482 'browser/upgrade_detector_impl.h', |
4481 ], | 4483 ], |
4482 'sources/': [ | 4484 'sources/': [ |
4483 ['exclude', '^browser/chrome_to_mobile'], | 4485 ['exclude', '^browser/chrome_to_mobile'], |
4484 ['exclude', '^browser/importer/'], | 4486 ['exclude', '^browser/importer/'], |
4485 ['exclude', '^browser/printing/'], | 4487 ['exclude', '^browser/printing/'], |
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5204 'type': 'static_library', | 5206 'type': 'static_library', |
5205 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5207 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5206 'variables': { | 5208 'variables': { |
5207 'proto_in_dir': 'browser/history', | 5209 'proto_in_dir': 'browser/history', |
5208 'proto_out_dir': 'chrome/browser/history', | 5210 'proto_out_dir': 'chrome/browser/history', |
5209 }, | 5211 }, |
5210 'includes': [ '../build/protoc.gypi' ] | 5212 'includes': [ '../build/protoc.gypi' ] |
5211 }, | 5213 }, |
5212 ], | 5214 ], |
5213 } | 5215 } |
OLD | NEW |