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', |
| 4436 |
| 4437 # about:flags is unsupported. |
| 4438 'browser/about_flags.cc', |
| 4439 'browser/about_flags.h', |
| 4440 |
4430 'browser/jankometer.cc', | 4441 'browser/jankometer.cc', |
4431 'browser/ui/sad_tab_helper.cc', | 4442 'browser/ui/sad_tab_helper.cc', |
4432 'browser/ui/webui/certificate_viewer_webui.cc', | 4443 'browser/ui/webui/certificate_viewer_webui.cc', |
4433 'browser/ui/window_sizer.cc', | 4444 'browser/ui/window_sizer.cc', |
4434 'browser/ui/window_sizer.h', | 4445 'browser/ui/window_sizer.h', |
4435 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | |
4436 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4446 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4437 'browser/upgrade_detector.cc', | 4447 'browser/upgrade_detector.cc', |
4438 'browser/upgrade_detector.h', | 4448 'browser/upgrade_detector.h', |
4439 'browser/upgrade_detector_impl.cc', | 4449 'browser/upgrade_detector_impl.cc', |
4440 'browser/upgrade_detector_impl.h', | 4450 'browser/upgrade_detector_impl.h', |
4441 ], | 4451 ], |
4442 'sources/': [ | 4452 'sources/': [ |
4443 ['exclude', '^browser/chrome_to_mobile'], | 4453 ['exclude', '^browser/chrome_to_mobile'], |
4444 ['exclude', '^browser/importer/'], | 4454 ['exclude', '^browser/importer/'], |
4445 ['exclude', '^browser/printing/'], | 4455 ['exclude', '^browser/printing/'], |
4446 ['exclude', '^browser/ui/panels/'], | 4456 ['exclude', '^browser/ui/panels/'], |
4447 ['exclude', '^browser/ui/tabs/'], | 4457 ['exclude', '^browser/ui/tabs/'], |
4448 ['exclude', '^browser/ui/toolbar/'], | 4458 ['exclude', '^browser/ui/toolbar/'], |
4449 ['exclude', '^browser/ui/webui/downloads_'], | 4459 ['exclude', '^browser/ui/webui/downloads_'], |
4450 ['exclude', '^browser/ui/webui/feedback_'], | 4460 ['exclude', '^browser/ui/webui/feedback_'], |
| 4461 ['exclude', '^browser/ui/webui/flags_'], |
4451 ['exclude', '^browser/ui/webui/help/'], | 4462 ['exclude', '^browser/ui/webui/help/'], |
| 4463 ['exclude', '^browser/ui/webui/inspect_'], |
4452 ['exclude', '^browser/ui/webui/options'], | 4464 ['exclude', '^browser/ui/webui/options'], |
4453 ['exclude', '^browser/ui/webui/options2'], | 4465 ['exclude', '^browser/ui/webui/options2'], |
4454 ['exclude', '^browser/ui/webui/print_preview/'], | 4466 ['exclude', '^browser/ui/webui/print_preview/'], |
| 4467 ['exclude', '^browser/ui/webui/signin/'], |
4455 ['exclude', '^browser/ui/webui/sync_promo'], | 4468 ['exclude', '^browser/ui/webui/sync_promo'], |
4456 ], | 4469 ], |
4457 }], | 4470 }], |
4458 ['OS=="mac"', { | 4471 ['OS=="mac"', { |
4459 'sources!': [ | 4472 'sources!': [ |
4460 'browser/automation/automation_provider_list_generic.cc', | 4473 'browser/automation/automation_provider_list_generic.cc', |
4461 'browser/bookmarks/bookmark_drop_info.cc', | 4474 'browser/bookmarks/bookmark_drop_info.cc', |
4462 'browser/first_run/upgrade_util.cc', | 4475 'browser/first_run/upgrade_util.cc', |
4463 'browser/importer/nss_decryptor_system_nss.cc', | 4476 'browser/importer/nss_decryptor_system_nss.cc', |
4464 'browser/importer/nss_decryptor_system_nss.h', | 4477 'browser/importer/nss_decryptor_system_nss.h', |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5163 'variables': { | 5176 'variables': { |
5164 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5177 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5165 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5178 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5166 }, | 5179 }, |
5167 'includes': ['../build/protoc.gypi'], | 5180 'includes': ['../build/protoc.gypi'], |
5168 }], | 5181 }], |
5169 ], | 5182 ], |
5170 }, | 5183 }, |
5171 ], | 5184 ], |
5172 } | 5185 } |
OLD | NEW |