Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to satiate trybots Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 '../components/components.gyp:policy', 2667 '../components/components.gyp:policy',
2668 ], 2668 ],
2669 }], 2669 }],
2670 ['enable_plugins==1', { 2670 ['enable_plugins==1', {
2671 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2671 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2672 'dependencies': [ 2672 'dependencies': [
2673 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2673 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2674 ], 2674 ],
2675 }], 2675 }],
2676 ['safe_browsing==1', { 2676 ['safe_browsing==1', {
2677 'defines': [
2678 'FULL_SAFE_BROWSING',
2679 ],
2680 'dependencies': [ 2677 'dependencies': [
2681 'safe_browsing_chunk_proto', 2678 'safe_browsing_chunk_proto',
2682 'safe_browsing_proto', 2679 'safe_browsing_proto',
2683 'safe_browsing_report_proto', 2680 'safe_browsing_report_proto',
2684 ], 2681 ],
2685 }], 2682 }],
2686 ['chromeos==1', { 2683 ['chromeos==1', {
2687 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2684 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2688 'dependencies': [ 2685 'dependencies': [
2689 'browser_chromeos', 2686 'browser_chromeos',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2964 }], 2961 }],
2965 ['OS!="android" and OS!="ios"', { 2962 ['OS!="android" and OS!="ios"', {
2966 'dependencies': [ 2963 'dependencies': [
2967 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2964 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2968 ], 2965 ],
2969 }], 2966 }],
2970 ], 2967 ],
2971 }, 2968 },
2972 ], 2969 ],
2973 } 2970 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698