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 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4420 'sources/': [ | 4420 'sources/': [ |
4421 ['exclude', '^browser/automation/'], | 4421 ['exclude', '^browser/automation/'], |
4422 ], | 4422 ], |
4423 }], | 4423 }], |
4424 ['OS=="android"', { | 4424 ['OS=="android"', { |
4425 'sources!': [ | 4425 'sources!': [ |
4426 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4426 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4427 # Bookmark export/import are handled via the BookmarkColumns | 4427 # Bookmark export/import are handled via the BookmarkColumns |
4428 # ContentProvider. | 4428 # ContentProvider. |
4429 'browser/bookmarks/bookmark_html_writer.cc', | 4429 'browser/bookmarks/bookmark_html_writer.cc', |
4430 | |
4431 # Android uses native UI for sync setup. | |
4432 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | |
4433 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc', | |
4434 'browser/ui/webui/ntp/ntp_login_handler.cc', | |
4435 'browser/ui/webui/sync_setup_handler.cc', | |
Andrew T Wilson (Slow)
2012/03/27 17:33:16
Add the one_click stuff here too.
Yaron
2012/03/27 19:06:52
Done.
| |
4436 | |
4430 'browser/jankometer.cc', | 4437 'browser/jankometer.cc', |
4431 'browser/net/gaia/gaia_oauth_fetcher.cc', | 4438 'browser/net/gaia/gaia_oauth_fetcher.cc', |
4432 'browser/ui/sad_tab_helper.cc', | 4439 'browser/ui/sad_tab_helper.cc', |
4433 'browser/ui/sync/one_click_signin_dialog.h', | 4440 'browser/ui/sync/one_click_signin_dialog.h', |
4434 'browser/ui/sync/one_click_signin_helper.cc', | 4441 'browser/ui/sync/one_click_signin_helper.cc', |
4435 'browser/ui/sync/one_click_signin_helper.h', | 4442 'browser/ui/sync/one_click_signin_helper.h', |
4436 'browser/ui/sync/one_click_signin_histogram.h', | 4443 'browser/ui/sync/one_click_signin_histogram.h', |
4437 'browser/ui/sync/one_click_signin_sync_starter.cc', | 4444 'browser/ui/sync/one_click_signin_sync_starter.cc', |
4438 'browser/ui/sync/one_click_signin_sync_starter.h', | 4445 'browser/ui/sync/one_click_signin_sync_starter.h', |
4439 'browser/sessions/session_restore.cc', | 4446 'browser/sessions/session_restore.cc', |
4440 'browser/ui/browser.cc', | 4447 'browser/ui/browser.cc', |
4441 'browser/ui/browser_init.cc', | 4448 'browser/ui/browser_init.cc', |
4442 'browser/ui/browser_list.cc', | 4449 'browser/ui/browser_list.cc', |
4443 'browser/ui/browser_navigator.cc', | 4450 'browser/ui/browser_navigator.cc', |
4444 'browser/ui/browser_tab_restore_service_delegate.cc', | 4451 'browser/ui/browser_tab_restore_service_delegate.cc', |
4445 'browser/ui/sync/browser_synced_window_delegate.cc', | 4452 'browser/ui/sync/browser_synced_window_delegate.cc', |
4446 'browser/ui/webui/certificate_viewer_webui.cc', | 4453 'browser/ui/webui/certificate_viewer_webui.cc', |
4447 'browser/ui/window_sizer.cc', | 4454 'browser/ui/window_sizer.cc', |
4448 'browser/ui/window_sizer.h', | 4455 'browser/ui/window_sizer.h', |
4449 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | |
4450 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4456 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4451 'browser/upgrade_detector.cc', | 4457 'browser/upgrade_detector.cc', |
4452 'browser/upgrade_detector.h', | 4458 'browser/upgrade_detector.h', |
4453 'browser/upgrade_detector_impl.cc', | 4459 'browser/upgrade_detector_impl.cc', |
4454 'browser/upgrade_detector_impl.h', | 4460 'browser/upgrade_detector_impl.h', |
4455 ], | 4461 ], |
4456 'sources/': [ | 4462 'sources/': [ |
4457 ['exclude', '^browser/chrome_to_mobile'], | 4463 ['exclude', '^browser/chrome_to_mobile'], |
4458 ['exclude', '^browser/importer/'], | 4464 ['exclude', '^browser/importer/'], |
4459 ['exclude', '^browser/printing/'], | 4465 ['exclude', '^browser/printing/'], |
4460 ['exclude', '^browser/tabs/pinned_tab_'], | 4466 ['exclude', '^browser/tabs/pinned_tab_'], |
4461 ['exclude', '^browser/tabs/tab_strip_model'], | 4467 ['exclude', '^browser/tabs/tab_strip_model'], |
4462 ['exclude', '^browser/ui/panels/'], | 4468 ['exclude', '^browser/ui/panels/'], |
4463 ['exclude', '^browser/ui/tabs/'], | 4469 ['exclude', '^browser/ui/tabs/'], |
4464 ['exclude', '^browser/ui/toolbar/'], | 4470 ['exclude', '^browser/ui/toolbar/'], |
4465 ['exclude', '^browser/ui/webui/downloads_'], | 4471 ['exclude', '^browser/ui/webui/downloads_'], |
4466 ['exclude', '^browser/ui/webui/feedback_'], | 4472 ['exclude', '^browser/ui/webui/feedback_'], |
4473 ['exclude', '^browser/ui/webui/flags_'], | |
4467 ['exclude', '^browser/ui/webui/help/'], | 4474 ['exclude', '^browser/ui/webui/help/'], |
4475 ['exclude', '^browser/ui/webui/inspect_'], | |
4468 ['exclude', '^browser/ui/webui/options'], | 4476 ['exclude', '^browser/ui/webui/options'], |
4469 ['exclude', '^browser/ui/webui/options2'], | 4477 ['exclude', '^browser/ui/webui/options2'], |
4470 ['exclude', '^browser/ui/webui/print_preview/'], | 4478 ['exclude', '^browser/ui/webui/print_preview/'], |
4479 ['exclude', '^browser/ui/webui/signin/'], | |
4471 ['exclude', '^browser/ui/webui/sync_promo'], | 4480 ['exclude', '^browser/ui/webui/sync_promo'], |
4472 ], | 4481 ], |
4473 }], | 4482 }], |
4474 ['OS=="mac"', { | 4483 ['OS=="mac"', { |
4475 'sources!': [ | 4484 'sources!': [ |
4476 'browser/automation/automation_provider_list_generic.cc', | 4485 'browser/automation/automation_provider_list_generic.cc', |
4477 'browser/bookmarks/bookmark_drop_info.cc', | 4486 'browser/bookmarks/bookmark_drop_info.cc', |
4478 'browser/first_run/upgrade_util.cc', | 4487 'browser/first_run/upgrade_util.cc', |
4479 'browser/importer/nss_decryptor_system_nss.cc', | 4488 'browser/importer/nss_decryptor_system_nss.cc', |
4480 'browser/importer/nss_decryptor_system_nss.h', | 4489 'browser/importer/nss_decryptor_system_nss.h', |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5179 'variables': { | 5188 'variables': { |
5180 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5189 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5181 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5190 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5182 }, | 5191 }, |
5183 'includes': ['../build/protoc.gypi'], | 5192 'includes': ['../build/protoc.gypi'], |
5184 }], | 5193 }], |
5185 ], | 5194 ], |
5186 }, | 5195 }, |
5187 ], | 5196 ], |
5188 } | 5197 } |
OLD | NEW |