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

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: cleanup gn files Created 6 years, 5 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
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 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 '../components/components.gyp:policy', 2662 '../components/components.gyp:policy',
2663 ], 2663 ],
2664 }], 2664 }],
2665 ['enable_plugins==1', { 2665 ['enable_plugins==1', {
2666 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2666 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2667 'dependencies': [ 2667 'dependencies': [
2668 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2668 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2669 ], 2669 ],
2670 }], 2670 }],
2671 ['safe_browsing==1', { 2671 ['safe_browsing==1', {
2672 'defines': [
2673 'FULL_SAFE_BROWSING',
2674 ],
2675 'dependencies': [ 2672 'dependencies': [
2676 'safe_browsing_chunk_proto', 2673 'safe_browsing_chunk_proto',
2677 'safe_browsing_proto', 2674 'safe_browsing_proto',
2678 'safe_browsing_report_proto', 2675 'safe_browsing_report_proto',
2679 ], 2676 ],
2680 }], 2677 }],
2681 ['chromeos==1', { 2678 ['chromeos==1', {
2682 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2679 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2683 'dependencies': [ 2680 'dependencies': [
2684 'browser_chromeos', 2681 'browser_chromeos',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 }], 2942 }],
2946 ['enable_spellcheck==1', { 2943 ['enable_spellcheck==1', {
2947 'dependencies': [ 2944 'dependencies': [
2948 '../third_party/hunspell/hunspell.gyp:hunspell', 2945 '../third_party/hunspell/hunspell.gyp:hunspell',
2949 ], 2946 ],
2950 }], 2947 }],
2951 ], 2948 ],
2952 }, 2949 },
2953 ], 2950 ],
2954 } 2951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698