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 'dependencies': [ | 407 'dependencies': [ |
408 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 408 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
409 ], | 409 ], |
410 'sources': [ | 410 'sources': [ |
411 'common/pepper_flash.cc', | 411 'common/pepper_flash.cc', |
412 'common/pepper_flash.h', | 412 'common/pepper_flash.h', |
413 'common/pepper_permission_util.cc', | 413 'common/pepper_permission_util.cc', |
414 'common/pepper_permission_util.h', | 414 'common/pepper_permission_util.h', |
415 ], | 415 ], |
416 }], | 416 }], |
417 ['enable_printing==0', { | 417 ['enable_basic_printing==0 and enable_print_preview==0', { |
418 'sources!': [ | 418 'sources!': [ |
419 'common/print_messages.cc', | 419 'common/print_messages.cc', |
420 'common/print_messages.h', | 420 'common/print_messages.h', |
421 ] | 421 ] |
422 }, { | 422 }, { |
423 'dependencies': [ | 423 'dependencies': [ |
424 '<(DEPTH)/printing/printing.gyp:printing', | 424 '<(DEPTH)/printing/printing.gyp:printing', |
425 ], | 425 ], |
426 }], | 426 }], |
427 ['enable_printing==1', { | 427 ['enable_print_preview==1', { |
428 'sources': [ '<@(chrome_common_service_process_sources)' ], | 428 'sources': [ '<@(chrome_common_service_process_sources)' ], |
429 }], | 429 }], |
430 ['enable_service_discovery==1', { | 430 ['enable_service_discovery==1', { |
431 'sources' : [ | 431 'sources' : [ |
432 'common/local_discovery/service_discovery_client.cc', | 432 'common/local_discovery/service_discovery_client.cc', |
433 'common/local_discovery/service_discovery_client.h', | 433 'common/local_discovery/service_discovery_client.h', |
434 ] | 434 ] |
435 }], | 435 }], |
436 ['enable_mdns==1', { | 436 ['enable_mdns==1', { |
437 'sources' : [ | 437 'sources' : [ |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
678 'common/safe_browsing/csd.proto' | 678 'common/safe_browsing/csd.proto' |
679 ], | 679 ], |
680 'variables': { | 680 'variables': { |
681 'proto_in_dir': 'common/safe_browsing', | 681 'proto_in_dir': 'common/safe_browsing', |
682 'proto_out_dir': 'chrome/common/safe_browsing', | 682 'proto_out_dir': 'chrome/common/safe_browsing', |
683 }, | 683 }, |
684 'includes': [ '../build/protoc.gypi' ], | 684 'includes': [ '../build/protoc.gypi' ], |
685 }, | 685 }, |
686 ], | 686 ], |
687 } | 687 } |
OLD | NEW |