| 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3090 'dependencies': [ | 3090 'dependencies': [ |
| 3091 'policy_path_parser', | 3091 'policy_path_parser', |
| 3092 ], | 3092 ], |
| 3093 }], | 3093 }], |
| 3094 ], | 3094 ], |
| 3095 }, { # configuration_policy==0 | 3095 }, { # configuration_policy==0 |
| 3096 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], | 3096 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], |
| 3097 }], | 3097 }], |
| 3098 ['enable_plugins==1', { | 3098 ['enable_plugins==1', { |
| 3099 'dependencies': [ | 3099 'dependencies': [ |
| 3100 '../components/components.gyp:pdf_pepper_common', |
| 3100 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3101 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 3101 ], | 3102 ], |
| 3102 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3103 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
| 3103 }], | 3104 }], |
| 3104 ['safe_browsing != 0', { | 3105 ['safe_browsing != 0', { |
| 3105 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], | 3106 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
| 3106 'dependencies': [ | 3107 'dependencies': [ |
| 3107 'safe_browsing_chunk_proto', | 3108 'safe_browsing_chunk_proto', |
| 3108 'safe_browsing_report_proto', | 3109 'safe_browsing_report_proto', |
| 3109 ], | 3110 ], |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3583 'variables': { | 3584 'variables': { |
| 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3585 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3586 }, | 3587 }, |
| 3587 'includes': [ '../build/protoc.gypi' ] | 3588 'includes': [ '../build/protoc.gypi' ] |
| 3588 }, | 3589 }, |
| 3589 ], | 3590 ], |
| 3590 },], | 3591 },], |
| 3591 ], | 3592 ], |
| 3592 } | 3593 } |
| OLD | NEW |