OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2430 'browser/profiles/profile_metrics.cc', | 2430 'browser/profiles/profile_metrics.cc', |
2431 'browser/profiles/profile_metrics.h', | 2431 'browser/profiles/profile_metrics.h', |
2432 'browser/profiles/profile_metrics_mac.mm', | 2432 'browser/profiles/profile_metrics_mac.mm', |
2433 'browser/profiles/profile_shortcut_manager_win.cc', | 2433 'browser/profiles/profile_shortcut_manager_win.cc', |
2434 'browser/profiles/profile_shortcut_manager_win.h', | 2434 'browser/profiles/profile_shortcut_manager_win.h', |
2435 'browser/profiles/profiles_state.cc', | 2435 'browser/profiles/profiles_state.cc', |
2436 'browser/profiles/profiles_state.h', | 2436 'browser/profiles/profiles_state.h', |
2437 'browser/profiles/storage_partition_descriptor.h', | 2437 'browser/profiles/storage_partition_descriptor.h', |
2438 ], | 2438 ], |
2439 'chrome_browser_rlz_sources': [ | 2439 'chrome_browser_rlz_sources': [ |
2440 'browser/rlz/chrome_rlz_tracker_delegate.cc', | 2440 'browser/rlz/rlz.cc', |
2441 'browser/rlz/chrome_rlz_tracker_delegate.h', | 2441 'browser/rlz/rlz.h', |
| 2442 'browser/rlz/rlz_chromeos.cc', |
| 2443 'browser/rlz/rlz_ios.mm', |
| 2444 'browser/rlz/rlz_mac.cc', |
| 2445 'browser/rlz/rlz_win.cc', |
2442 ], | 2446 ], |
2443 # "Safe Browsing Basic" files used for safe browsing in full mode | 2447 # "Safe Browsing Basic" files used for safe browsing in full mode |
2444 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). | 2448 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). |
2445 'chrome_browser_safe_browsing_basic_sources': [ | 2449 'chrome_browser_safe_browsing_basic_sources': [ |
2446 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', | 2450 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', |
2447 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', | 2451 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', |
2448 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', | 2452 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', |
2449 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', | 2453 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', |
2450 'browser/safe_browsing/malware_details.cc', | 2454 'browser/safe_browsing/malware_details.cc', |
2451 'browser/safe_browsing/malware_details.h', | 2455 'browser/safe_browsing/malware_details.h', |
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3705 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 3709 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
3706 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 3710 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
3707 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', | 3711 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', |
3708 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 3712 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
3709 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 3713 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
3710 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 3714 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
3711 ], | 3715 ], |
3712 }, | 3716 }, |
3713 }], | 3717 }], |
3714 ['enable_rlz==1', { | 3718 ['enable_rlz==1', { |
| 3719 'sources': [ '<@(chrome_browser_rlz_sources)' ], |
3715 'dependencies': [ | 3720 'dependencies': [ |
3716 'browser_rlz', | 3721 '../rlz/rlz.gyp:rlz_lib', |
3717 ], | 3722 ], |
3718 }], | 3723 }], |
3719 # Temporary fix to break the browser target into smaller chunks so it | 3724 # Temporary fix to break the browser target into smaller chunks so it |
3720 # will link with goma builds. | 3725 # will link with goma builds. |
3721 ['OS=="win" and chromium_win_pch==0', { | 3726 ['OS=="win" and chromium_win_pch==0', { |
3722 'msvs_shard': 4, | 3727 'msvs_shard': 4, |
3723 }], | 3728 }], |
3724 ['OS=="win"', { | 3729 ['OS=="win"', { |
3725 'sources': [ '<@(chrome_browser_win_sources)' ], | 3730 'sources': [ '<@(chrome_browser_win_sources)' ], |
3726 'include_dirs': [ | 3731 'include_dirs': [ |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4075 'browser/sync_file_system/drive_backend/metadata_database.proto', | 4080 'browser/sync_file_system/drive_backend/metadata_database.proto', |
4076 ], | 4081 ], |
4077 'variables': { | 4082 'variables': { |
4078 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4083 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4079 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4084 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4080 }, | 4085 }, |
4081 'includes': [ '../build/protoc.gypi' ] | 4086 'includes': [ '../build/protoc.gypi' ] |
4082 }, | 4087 }, |
4083 ], | 4088 ], |
4084 },], | 4089 },], |
4085 ['enable_rlz_support==1', { | |
4086 'targets': [ | |
4087 { | |
4088 # GN version: // chrome/browser:rlz | |
4089 'target_name': 'browser_rlz', | |
4090 'type': 'static_library', | |
4091 'sources': [ | |
4092 '<@(chrome_browser_rlz_sources)', | |
4093 ], | |
4094 'dependencies': [ | |
4095 '../components/components.gyp:google_core_browser', | |
4096 '../components/components.gyp:omnibox_browser', | |
4097 '../components/components.gyp:rlz', | |
4098 '../components/components.gyp:search_engines', | |
4099 '../rlz/rlz.gyp:rlz_lib', | |
4100 ], | |
4101 }, | |
4102 ], | |
4103 }], | |
4104 ], | 4090 ], |
4105 } | 4091 } |
OLD | NEW |