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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
402 '<(DEPTH)/components/nacl.gyp:nacl_common', | 402 '<(DEPTH)/components/nacl.gyp:nacl_common', |
403 ], | 403 ], |
404 }], | 404 }], |
405 ['enable_plugins==1', { | 405 ['enable_plugins==1', { |
406 'dependencies': [ | 406 'dependencies': [ |
407 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', | 407 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', |
408 ], | 408 ], |
409 'sources': [ | 409 'sources': [ |
410 'common/pepper_flash.cc', | 410 'common/pepper_flash.cc', |
411 'common/pepper_flash.h', | 411 'common/pepper_flash.h', |
412 ], | |
413 }], | |
414 ['enable_plugins==1 and enable_extensions==1', { | |
Lei Zhang
2015/01/22 22:00:47
You probably need to make this change in chrome/co
sehr
2015/01/23 00:05:03
Done.
| |
415 'sources': [ | |
412 'common/pepper_permission_util.cc', | 416 'common/pepper_permission_util.cc', |
413 'common/pepper_permission_util.h', | 417 'common/pepper_permission_util.h', |
414 ], | 418 ], |
415 }], | 419 }], |
416 ['enable_basic_printing==1 or enable_print_preview==1', { | 420 ['enable_basic_printing==1 or enable_print_preview==1', { |
417 'dependencies': [ | 421 'dependencies': [ |
418 '<(DEPTH)/components/components.gyp:printing_common', | 422 '<(DEPTH)/components/components.gyp:printing_common', |
419 '<(DEPTH)/printing/printing.gyp:printing', | 423 '<(DEPTH)/printing/printing.gyp:printing', |
420 ], | 424 ], |
421 }], | 425 }], |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
669 'common/safe_browsing/csd.proto' | 673 'common/safe_browsing/csd.proto' |
670 ], | 674 ], |
671 'variables': { | 675 'variables': { |
672 'proto_in_dir': 'common/safe_browsing', | 676 'proto_in_dir': 'common/safe_browsing', |
673 'proto_out_dir': 'chrome/common/safe_browsing', | 677 'proto_out_dir': 'chrome/common/safe_browsing', |
674 }, | 678 }, |
675 'includes': [ '../build/protoc.gypi' ], | 679 'includes': [ '../build/protoc.gypi' ], |
676 }, | 680 }, |
677 ], | 681 ], |
678 } | 682 } |
OLD | NEW |