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 # There are two sections of sources: | 7 # There are two sections of sources: |
8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
10 | 10 |
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2834 ], | 2834 ], |
2835 }], | 2835 }], |
2836 ['enable_plugins==1', { | 2836 ['enable_plugins==1', { |
2837 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], | 2837 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], |
2838 'dependencies': [ | 2838 'dependencies': [ |
2839 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2839 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
2840 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2840 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2841 ], | 2841 ], |
2842 }], | 2842 }], |
2843 ['safe_browsing==1', { | 2843 ['safe_browsing==1', { |
2844 'defines': [ | |
2845 'FULL_SAFE_BROWSING', | |
2846 ], | |
2847 'dependencies': [ | 2844 'dependencies': [ |
2848 'safe_browsing_chunk_proto', | 2845 'safe_browsing_chunk_proto', |
2849 'safe_browsing_proto', | 2846 'safe_browsing_proto', |
2850 'safe_browsing_report_proto', | 2847 'safe_browsing_report_proto', |
2851 ], | 2848 ], |
2852 }], | 2849 }], |
2853 ['chromeos==1', { | 2850 ['chromeos==1', { |
2854 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], | 2851 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], |
2855 'dependencies': [ | 2852 'dependencies': [ |
2856 'browser_chromeos', | 2853 'browser_chromeos', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3164 ], | 3161 ], |
3165 'sources': [ | 3162 'sources': [ |
3166 '<@(chrome_browser_ui_non_mobile_sources)', | 3163 '<@(chrome_browser_ui_non_mobile_sources)', |
3167 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3164 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3168 ], | 3165 ], |
3169 }], | 3166 }], |
3170 ], | 3167 ], |
3171 }, | 3168 }, |
3172 ], | 3169 ], |
3173 } | 3170 } |
OLD | NEW |