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

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: 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 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after
2660 '../components/components.gyp:policy', 2660 '../components/components.gyp:policy',
2661 ], 2661 ],
2662 }], 2662 }],
2663 ['enable_plugins==1', { 2663 ['enable_plugins==1', {
2664 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2664 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2665 'dependencies': [ 2665 'dependencies': [
2666 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2666 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2667 ], 2667 ],
2668 }], 2668 }],
2669 ['safe_browsing==1', { 2669 ['safe_browsing==1', {
2670 'defines': [
2671 'FULL_SAFE_BROWSING',
2672 ],
2673 'dependencies': [ 2670 'dependencies': [
2674 'safe_browsing_chunk_proto', 2671 'safe_browsing_chunk_proto',
2675 'safe_browsing_proto', 2672 'safe_browsing_proto',
2676 'safe_browsing_report_proto', 2673 'safe_browsing_report_proto',
2677 ], 2674 ],
2678 }], 2675 }],
2679 ['chromeos==1', { 2676 ['chromeos==1', {
2680 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2677 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2681 'dependencies': [ 2678 'dependencies': [
2682 'browser_chromeos', 2679 'browser_chromeos',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 }], 2938 }],
2942 ['enable_spellcheck==1', { 2939 ['enable_spellcheck==1', {
2943 'dependencies': [ 2940 'dependencies': [
2944 '../third_party/hunspell/hunspell.gyp:hunspell', 2941 '../third_party/hunspell/hunspell.gyp:hunspell',
2945 ], 2942 ],
2946 }], 2943 }],
2947 ], 2944 ],
2948 }, 2945 },
2949 ], 2946 ],
2950 } 2947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698