| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 '<(DEPTH)/components/nacl.gyp:nacl_common', | 410 '<(DEPTH)/components/nacl.gyp:nacl_common', |
| 411 ], | 411 ], |
| 412 }], | 412 }], |
| 413 ['enable_plugins==1', { | 413 ['enable_plugins==1', { |
| 414 'dependencies': [ | 414 'dependencies': [ |
| 415 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 415 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
| 416 ], | 416 ], |
| 417 'sources': [ | 417 'sources': [ |
| 418 'common/pepper_flash.cc', | 418 'common/pepper_flash.cc', |
| 419 'common/pepper_flash.h', | 419 'common/pepper_flash.h', |
| 420 ], |
| 421 }], |
| 422 ['enable_plugins==1 and enable_extensions==1', { |
| 423 'sources': [ |
| 420 'common/pepper_permission_util.cc', | 424 'common/pepper_permission_util.cc', |
| 421 'common/pepper_permission_util.h', | 425 'common/pepper_permission_util.h', |
| 422 ], | 426 ], |
| 423 }], | 427 }], |
| 424 ['enable_basic_printing==1 or enable_print_preview==1', { | 428 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 425 'dependencies': [ | 429 'dependencies': [ |
| 426 '<(DEPTH)/components/components.gyp:printing_common', | 430 '<(DEPTH)/components/components.gyp:printing_common', |
| 427 '<(DEPTH)/printing/printing.gyp:printing', | 431 '<(DEPTH)/printing/printing.gyp:printing', |
| 428 ], | 432 ], |
| 429 }], | 433 }], |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'common/safe_browsing/csd.proto' | 670 'common/safe_browsing/csd.proto' |
| 667 ], | 671 ], |
| 668 'variables': { | 672 'variables': { |
| 669 'proto_in_dir': 'common/safe_browsing', | 673 'proto_in_dir': 'common/safe_browsing', |
| 670 'proto_out_dir': 'chrome/common/safe_browsing', | 674 'proto_out_dir': 'chrome/common/safe_browsing', |
| 671 }, | 675 }, |
| 672 'includes': [ '../build/protoc.gypi' ], | 676 'includes': [ '../build/protoc.gypi' ], |
| 673 }, | 677 }, |
| 674 ], | 678 ], |
| 675 } | 679 } |
| OLD | NEW |