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