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 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3092 'dependencies': [ | 3092 'dependencies': [ |
3093 'policy_path_parser', | 3093 'policy_path_parser', |
3094 ], | 3094 ], |
3095 }], | 3095 }], |
3096 ], | 3096 ], |
3097 }, { # configuration_policy==0 | 3097 }, { # configuration_policy==0 |
3098 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], | 3098 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], |
3099 }], | 3099 }], |
3100 ['enable_plugins==1', { | 3100 ['enable_plugins==1', { |
3101 'dependencies': [ | 3101 'dependencies': [ |
| 3102 '../components/components.gyp:pdf_pepper_browser', |
3102 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3103 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
3103 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 3104 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
3104 ], | 3105 ], |
3105 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3106 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
3106 }], | 3107 }], |
3107 ['safe_browsing != 0', { | 3108 ['safe_browsing != 0', { |
3108 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], | 3109 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
3109 'dependencies': [ | 3110 'dependencies': [ |
3110 'safe_browsing_chunk_proto', | 3111 'safe_browsing_chunk_proto', |
3111 'safe_browsing_report_proto', | 3112 'safe_browsing_report_proto', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3586 'variables': { | 3587 'variables': { |
3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3588 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3589 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3589 }, | 3590 }, |
3590 'includes': [ '../build/protoc.gypi' ] | 3591 'includes': [ '../build/protoc.gypi' ] |
3591 }, | 3592 }, |
3592 ], | 3593 ], |
3593 },], | 3594 },], |
3594 ], | 3595 ], |
3595 } | 3596 } |
OLD | NEW |