| 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 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
| 10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 ], | 413 ], |
| 414 'include_dirs': [ | 414 'include_dirs': [ |
| 415 '<(DEPTH)/breakpad/src', | 415 '<(DEPTH)/breakpad/src', |
| 416 ], | 416 ], |
| 417 }], | 417 }], |
| 418 ['disable_nacl==0', { | 418 ['disable_nacl==0', { |
| 419 'dependencies': [ | 419 'dependencies': [ |
| 420 '<(DEPTH)/components/nacl.gyp:nacl_common', | 420 '<(DEPTH)/components/nacl.gyp:nacl_common', |
| 421 '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_tru
sted_plugin', | 421 '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_tru
sted_plugin', |
| 422 ], | 422 ], |
| 423 'sources': [ | |
| 424 'common/extensions/manifest_handlers/nacl_modules_handler.cc', | |
| 425 'common/extensions/manifest_handlers/nacl_modules_handler.h', | |
| 426 ], | |
| 427 }], | 423 }], |
| 428 ['enable_printing==0', { | 424 ['enable_printing==0', { |
| 429 'sources!': [ | 425 'sources!': [ |
| 430 'common/print_messages.cc', | 426 'common/print_messages.cc', |
| 431 'common/print_messages.h', | 427 'common/print_messages.h', |
| 432 ] | 428 ] |
| 433 }, { | 429 }, { |
| 434 'dependencies': [ | 430 'dependencies': [ |
| 435 '<(DEPTH)/printing/printing.gyp:printing', | 431 '<(DEPTH)/printing/printing.gyp:printing', |
| 436 ], | 432 ], |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 'common/safe_browsing/csd.proto' | 693 'common/safe_browsing/csd.proto' |
| 698 ], | 694 ], |
| 699 'variables': { | 695 'variables': { |
| 700 'proto_in_dir': 'common/safe_browsing', | 696 'proto_in_dir': 'common/safe_browsing', |
| 701 'proto_out_dir': 'chrome/common/safe_browsing', | 697 'proto_out_dir': 'chrome/common/safe_browsing', |
| 702 }, | 698 }, |
| 703 'includes': [ '../build/protoc.gypi' ], | 699 'includes': [ '../build/protoc.gypi' ], |
| 704 }, | 700 }, |
| 705 ], | 701 ], |
| 706 } | 702 } |
| OLD | NEW |