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

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 pick up safe_browsing_resource_throttle_factory change. 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
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 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after
2669 '../components/components.gyp:policy', 2669 '../components/components.gyp:policy',
2670 ], 2670 ],
2671 }], 2671 }],
2672 ['enable_plugins==1', { 2672 ['enable_plugins==1', {
2673 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], 2673 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ],
2674 'dependencies': [ 2674 'dependencies': [
2675 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2675 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2676 ], 2676 ],
2677 }], 2677 }],
2678 ['safe_browsing==1', { 2678 ['safe_browsing==1', {
2679 'defines': [
2680 'FULL_SAFE_BROWSING',
2681 ],
2682 'dependencies': [ 2679 'dependencies': [
2683 'safe_browsing_chunk_proto', 2680 'safe_browsing_chunk_proto',
2684 'safe_browsing_proto', 2681 'safe_browsing_proto',
2685 'safe_browsing_report_proto', 2682 'safe_browsing_report_proto',
2686 ], 2683 ],
2687 }], 2684 }],
2688 ['chromeos==1', { 2685 ['chromeos==1', {
2689 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2686 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2690 'dependencies': [ 2687 'dependencies': [
2691 'browser_chromeos', 2688 'browser_chromeos',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 }], 2964 }],
2968 ['OS!="android" and OS!="ios"', { 2965 ['OS!="android" and OS!="ios"', {
2969 'dependencies': [ 2966 'dependencies': [
2970 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2967 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2971 ], 2968 ],
2972 }], 2969 }],
2973 ], 2970 ],
2974 }, 2971 },
2975 ], 2972 ],
2976 } 2973 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698