| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 4493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4504 ['include', 'browser/policy/policy_service_stub.h'], | 4504 ['include', 'browser/policy/policy_service_stub.h'], |
| 4505 ], | 4505 ], |
| 4506 }], | 4506 }], |
| 4507 ['safe_browsing==1', { | 4507 ['safe_browsing==1', { |
| 4508 'defines': [ | 4508 'defines': [ |
| 4509 'ENABLE_SAFE_BROWSING', | 4509 'ENABLE_SAFE_BROWSING', |
| 4510 ], | 4510 ], |
| 4511 }, { # safe_browsing==0 | 4511 }, { # safe_browsing==0 |
| 4512 'dependencies!': [ | 4512 'dependencies!': [ |
| 4513 'safe_browsing_report_proto', | 4513 'safe_browsing_report_proto', |
| 4514 '../third_party/libusb/libusb.gyp:libusb', |
| 4514 ], | 4515 ], |
| 4515 'sources!': [ | 4516 'sources!': [ |
| 4516 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 4517 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 4517 'browser/renderer_host/safe_browsing_resource_throttle.h', | 4518 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 4518 ], | 4519 ], |
| 4519 'sources/': [ | 4520 'sources/': [ |
| 4520 ['exclude', '^browser/safe_browsing/'], | 4521 ['exclude', '^browser/safe_browsing/'], |
| 4521 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], | 4522 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], |
| 4522 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], | 4523 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], |
| 4523 ], | 4524 ], |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4966 | 4967 |
| 4967 # There's no Browser/BrowserList on Android. | 4968 # There's no Browser/BrowserList on Android. |
| 4968 'browser/download/download_crx_util.cc', | 4969 'browser/download/download_crx_util.cc', |
| 4969 'browser/lifetime/application_lifetime_stub.cc', | 4970 'browser/lifetime/application_lifetime_stub.cc', |
| 4970 'browser/managed_mode.cc', | 4971 'browser/managed_mode.cc', |
| 4971 'browser/managed_mode.h', | 4972 'browser/managed_mode.h', |
| 4972 'browser/net/gaia/gaia_oauth_fetcher.cc', | 4973 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 4973 'browser/page_cycler/page_cycler.cc', | 4974 'browser/page_cycler/page_cycler.cc', |
| 4974 'browser/page_cycler/page_cycler.h', | 4975 'browser/page_cycler/page_cycler.h', |
| 4975 'browser/ui/browser.cc', | 4976 'browser/ui/browser.cc', |
| 4977 'browser/ui/browser_command_controller.cc', |
| 4976 'browser/ui/browser_finder.cc', | 4978 'browser/ui/browser_finder.cc', |
| 4979 'browser/ui/browser_instant_controller.cc', |
| 4977 'browser/ui/browser_list.cc', | 4980 'browser/ui/browser_list.cc', |
| 4978 'browser/ui/browser_navigator.cc', | 4981 'browser/ui/browser_navigator.cc', |
| 4979 'browser/ui/browser_otr_state.cc', | 4982 'browser/ui/browser_otr_state.cc', |
| 4980 'browser/ui/browser_tab_restore_service_delegate.cc', | 4983 'browser/ui/browser_tab_restore_service_delegate.cc', |
| 4981 'browser/ui/browser_tabstrip.cc', | 4984 'browser/ui/browser_tabstrip.cc', |
| 4982 'browser/ui/browser_tabstrip.h', | 4985 'browser/ui/browser_tabstrip.h', |
| 4983 'browser/ui/chrome_pages.cc', | 4986 'browser/ui/chrome_pages.cc', |
| 4984 'browser/ui/chrome_pages.h', | 4987 'browser/ui/chrome_pages.h', |
| 4985 'browser/ui/sad_tab_helper.cc', | 4988 'browser/ui/sad_tab_helper.cc', |
| 4986 'browser/ui/singleton_tabs.cc', | 4989 'browser/ui/singleton_tabs.cc', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 5005 'browser/upgrade_detector_impl.cc', | 5008 'browser/upgrade_detector_impl.cc', |
| 5006 'browser/upgrade_detector_impl.h', | 5009 'browser/upgrade_detector_impl.h', |
| 5007 | 5010 |
| 5008 # Not used by Android | 5011 # Not used by Android |
| 5009 'browser/chrome_browser_main_posix.cc', | 5012 'browser/chrome_browser_main_posix.cc', |
| 5010 'browser/chrome_browser_main_posix.h', | 5013 'browser/chrome_browser_main_posix.h', |
| 5011 ], | 5014 ], |
| 5012 'sources/': [ | 5015 'sources/': [ |
| 5013 ['exclude', '^browser/captive_portal/'], | 5016 ['exclude', '^browser/captive_portal/'], |
| 5014 ['exclude', '^browser/chrome_to_mobile'], | 5017 ['exclude', '^browser/chrome_to_mobile'], |
| 5018 ['exclude', '^browser/first_run/'], |
| 5019 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a
struct. |
| 5015 ['exclude', '^browser/importer/'], | 5020 ['exclude', '^browser/importer/'], |
| 5021 ['exclude', '^browser/lifetime/'], |
| 5022 ['exclude', '^browser/service/'], |
| 5023 ['exclude', '^browser/speech/'], |
| 5024 ['exclude', '^browser/sync/glue/app_'], |
| 5025 ['exclude', '^browser/sync/glue/extension_'], |
| 5016 ['exclude', '^browser/ui/intents/'], | 5026 ['exclude', '^browser/ui/intents/'], |
| 5017 ['exclude', '^browser/ui/omnibox/'], | 5027 ['exclude', '^browser/ui/omnibox/'], |
| 5018 ['exclude', '^browser/ui/panels/'], | 5028 ['exclude', '^browser/ui/panels/'], |
| 5019 ['exclude', '^browser/ui/tabs/'], | 5029 ['exclude', '^browser/ui/tabs/'], |
| 5020 ['exclude', '^browser/ui/toolbar/'], | 5030 ['exclude', '^browser/ui/toolbar/'], |
| 5021 ['exclude', '^browser/ui/webui/downloads_'], | 5031 ['exclude', '^browser/ui/webui/downloads_'], |
| 5022 ['exclude', '^browser/ui/webui/feedback_'], | 5032 ['exclude', '^browser/ui/webui/feedback_'], |
| 5023 ['exclude', '^browser/ui/webui/flags_'], | 5033 ['exclude', '^browser/ui/webui/flags_'], |
| 5024 ['exclude', '^browser/ui/webui/help/'], | 5034 ['exclude', '^browser/ui/webui/help/'], |
| 5025 ['exclude', '^browser/ui/webui/inspect_'], | 5035 ['exclude', '^browser/ui/webui/inspect_'], |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5548 'includes': [ '../build/jni_generator.gypi' ], | 5558 'includes': [ '../build/jni_generator.gypi' ], |
| 5549 'dependencies': [ | 5559 'dependencies': [ |
| 5550 'android_jar_jni_headers', | 5560 'android_jar_jni_headers', |
| 5551 ], | 5561 ], |
| 5552 }, | 5562 }, |
| 5553 ], | 5563 ], |
| 5554 }, | 5564 }, |
| 5555 ], | 5565 ], |
| 5556 ], | 5566 ], |
| 5557 } | 5567 } |
| OLD | NEW |