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 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2419 'browser/profiles/profile_metrics.cc', | 2419 'browser/profiles/profile_metrics.cc', |
2420 'browser/profiles/profile_metrics.h', | 2420 'browser/profiles/profile_metrics.h', |
2421 'browser/profiles/profile_metrics_mac.mm', | 2421 'browser/profiles/profile_metrics_mac.mm', |
2422 'browser/profiles/profile_shortcut_manager_win.cc', | 2422 'browser/profiles/profile_shortcut_manager_win.cc', |
2423 'browser/profiles/profile_shortcut_manager_win.h', | 2423 'browser/profiles/profile_shortcut_manager_win.h', |
2424 'browser/profiles/profiles_state.cc', | 2424 'browser/profiles/profiles_state.cc', |
2425 'browser/profiles/profiles_state.h', | 2425 'browser/profiles/profiles_state.h', |
2426 'browser/profiles/storage_partition_descriptor.h', | 2426 'browser/profiles/storage_partition_descriptor.h', |
2427 ], | 2427 ], |
2428 'chrome_browser_rlz_sources': [ | 2428 'chrome_browser_rlz_sources': [ |
2429 'browser/rlz/rlz.cc', | 2429 'browser/rlz/chrome_rlz_tracker_delegate.cc', |
2430 'browser/rlz/rlz.h', | 2430 'browser/rlz/chrome_rlz_tracker_delegate.h', |
2431 'browser/rlz/rlz_chromeos.cc', | |
2432 'browser/rlz/rlz_ios.mm', | |
2433 'browser/rlz/rlz_mac.cc', | |
2434 'browser/rlz/rlz_win.cc', | |
2435 ], | 2431 ], |
2436 # "Safe Browsing Basic" files used for safe browsing in full mode | 2432 # "Safe Browsing Basic" files used for safe browsing in full mode |
2437 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). | 2433 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). |
2438 'chrome_browser_safe_browsing_basic_sources': [ | 2434 'chrome_browser_safe_browsing_basic_sources': [ |
2439 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', | 2435 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', |
2440 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', | 2436 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', |
2441 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', | 2437 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', |
2442 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', | 2438 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', |
2443 'browser/safe_browsing/malware_details.cc', | 2439 'browser/safe_browsing/malware_details.cc', |
2444 'browser/safe_browsing/malware_details.h', | 2440 'browser/safe_browsing/malware_details.h', |
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3688 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', | 3684 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', |
3689 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 3685 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
3690 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 3686 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
3691 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 3687 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
3692 ], | 3688 ], |
3693 }, | 3689 }, |
3694 }], | 3690 }], |
3695 ['enable_rlz==1', { | 3691 ['enable_rlz==1', { |
3696 'sources': [ '<@(chrome_browser_rlz_sources)' ], | 3692 'sources': [ '<@(chrome_browser_rlz_sources)' ], |
3697 'dependencies': [ | 3693 'dependencies': [ |
| 3694 '../components/components.gyp:rlz', |
3698 '../rlz/rlz.gyp:rlz_lib', | 3695 '../rlz/rlz.gyp:rlz_lib', |
3699 ], | 3696 ], |
3700 }], | 3697 }], |
3701 # Temporary fix to break the browser target into smaller chunks so it | 3698 # Temporary fix to break the browser target into smaller chunks so it |
3702 # will link with goma builds. | 3699 # will link with goma builds. |
3703 ['OS=="win" and chromium_win_pch==0', { | 3700 ['OS=="win" and chromium_win_pch==0', { |
3704 'msvs_shard': 4, | 3701 'msvs_shard': 4, |
3705 }], | 3702 }], |
3706 ['OS=="win"', { | 3703 ['OS=="win"', { |
3707 'sources': [ '<@(chrome_browser_win_sources)' ], | 3704 'sources': [ '<@(chrome_browser_win_sources)' ], |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4050 'variables': { | 4047 'variables': { |
4051 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4048 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4052 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4049 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4053 }, | 4050 }, |
4054 'includes': [ '../build/protoc.gypi' ] | 4051 'includes': [ '../build/protoc.gypi' ] |
4055 }, | 4052 }, |
4056 ], | 4053 ], |
4057 },], | 4054 },], |
4058 ], | 4055 ], |
4059 } | 4056 } |
OLD | NEW |