| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 '<(DEPTH)/components/nacl.gyp:nacl_common', | 407 '<(DEPTH)/components/nacl.gyp:nacl_common', |
| 408 ], | 408 ], |
| 409 }], | 409 }], |
| 410 ['enable_plugins==1', { | 410 ['enable_plugins==1', { |
| 411 'dependencies': [ | 411 'dependencies': [ |
| 412 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 412 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
| 413 ], | 413 ], |
| 414 'sources': [ | 414 'sources': [ |
| 415 'common/pepper_flash.cc', | 415 'common/pepper_flash.cc', |
| 416 'common/pepper_flash.h', | 416 'common/pepper_flash.h', |
| 417 'common/ppapi_utils.cc', |
| 418 'common/ppapi_utils.h', |
| 417 ], | 419 ], |
| 418 }], | 420 }], |
| 419 ['enable_plugins==1 and enable_extensions==1', { | 421 ['enable_plugins==1 and enable_extensions==1', { |
| 420 'sources': [ | 422 'sources': [ |
| 421 'common/pepper_permission_util.cc', | 423 'common/pepper_permission_util.cc', |
| 422 'common/pepper_permission_util.h', | 424 'common/pepper_permission_util.h', |
| 423 ], | 425 ], |
| 424 }], | 426 }], |
| 425 ['enable_basic_printing==1 or enable_print_preview==1', { | 427 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 426 'dependencies': [ | 428 'dependencies': [ |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 'common/safe_browsing/csd.proto' | 669 'common/safe_browsing/csd.proto' |
| 668 ], | 670 ], |
| 669 'variables': { | 671 'variables': { |
| 670 'proto_in_dir': 'common/safe_browsing', | 672 'proto_in_dir': 'common/safe_browsing', |
| 671 'proto_out_dir': 'chrome/common/safe_browsing', | 673 'proto_out_dir': 'chrome/common/safe_browsing', |
| 672 }, | 674 }, |
| 673 'includes': [ '../build/protoc.gypi' ], | 675 'includes': [ '../build/protoc.gypi' ], |
| 674 }, | 676 }, |
| 675 ], | 677 ], |
| 676 } | 678 } |
| OLD | NEW |