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 4476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4487 'browser/ui/browser_navigator.cc', | 4487 'browser/ui/browser_navigator.cc', |
4488 'browser/ui/browser_tab_restore_service_delegate.cc', | 4488 'browser/ui/browser_tab_restore_service_delegate.cc', |
4489 'browser/ui/sync/browser_synced_window_delegate.cc', | 4489 'browser/ui/sync/browser_synced_window_delegate.cc', |
4490 | 4490 |
4491 'browser/ui/sad_tab_helper.cc', | 4491 'browser/ui/sad_tab_helper.cc', |
4492 'browser/ui/webui/certificate_viewer_webui.cc', | 4492 'browser/ui/webui/certificate_viewer_webui.cc', |
4493 'browser/ui/webui/plugins_ui.cc', | 4493 'browser/ui/webui/plugins_ui.cc', |
4494 'browser/ui/webui/plugins_ui.h', | 4494 'browser/ui/webui/plugins_ui.h', |
4495 'browser/ui/window_sizer.cc', | 4495 'browser/ui/window_sizer.cc', |
4496 'browser/ui/window_sizer.h', | 4496 'browser/ui/window_sizer.h', |
| 4497 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 4498 'browser/ui/webui/ntp/app_launcher_handler.h', |
4497 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4499 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4498 'browser/upgrade_detector.cc', | 4500 'browser/upgrade_detector.cc', |
4499 'browser/upgrade_detector.h', | 4501 'browser/upgrade_detector.h', |
4500 'browser/upgrade_detector_impl.cc', | 4502 'browser/upgrade_detector_impl.cc', |
4501 'browser/upgrade_detector_impl.h', | 4503 'browser/upgrade_detector_impl.h', |
4502 ], | 4504 ], |
4503 'sources/': [ | 4505 'sources/': [ |
4504 ['exclude', '^browser/chrome_to_mobile'], | 4506 ['exclude', '^browser/chrome_to_mobile'], |
4505 ['exclude', '^browser/importer/'], | 4507 ['exclude', '^browser/importer/'], |
4506 ['exclude', '^browser/printing/'], | 4508 ['exclude', '^browser/printing/'], |
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5236 'type': 'static_library', | 5238 'type': 'static_library', |
5237 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5239 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5238 'variables': { | 5240 'variables': { |
5239 'proto_in_dir': 'browser/chromeos/gdata', | 5241 'proto_in_dir': 'browser/chromeos/gdata', |
5240 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5242 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5241 }, | 5243 }, |
5242 'includes': [ '../build/protoc.gypi' ] | 5244 'includes': [ '../build/protoc.gypi' ] |
5243 }, | 5245 }, |
5244 ], | 5246 ], |
5245 } | 5247 } |
OLD | NEW |