| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc'
,], | 471 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc'
,], |
| 472 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h',
], | 472 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h',
], |
| 473 ['include', 'common/extensions/api/managed_mode_private/managed_mode
_handler.cc'], | 473 ['include', 'common/extensions/api/managed_mode_private/managed_mode
_handler.cc'], |
| 474 ['include', 'common/extensions/api/managed_mode_private/managed_mode
_handler.h'], | 474 ['include', 'common/extensions/api/managed_mode_private/managed_mode
_handler.h'], |
| 475 ], | 475 ], |
| 476 }], | 476 }], |
| 477 ['OS != "ios"', { | 477 ['OS != "ios"', { |
| 478 'dependencies': [ | 478 'dependencies': [ |
| 479 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | 479 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', |
| 480 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 480 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
| 481 '<(DEPTH)/components/components.gyp:autofill_shared', | 481 '<(DEPTH)/components/components.gyp:autofill_common', |
| 482 '<(DEPTH)/ipc/ipc.gyp:ipc', | 482 '<(DEPTH)/ipc/ipc.gyp:ipc', |
| 483 '<(DEPTH)/printing/printing.gyp:printing', | 483 '<(DEPTH)/printing/printing.gyp:printing', |
| 484 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 484 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
| 485 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 485 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
| 486 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 486 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
| 487 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 487 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 488 ], | 488 ], |
| 489 }, { # OS == ios | 489 }, { # OS == ios |
| 490 'sources/': [ | 490 'sources/': [ |
| 491 ['exclude', '^common/child_process_'], | 491 ['exclude', '^common/child_process_'], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 'common/metrics/proto/user_action_event.proto', | 772 'common/metrics/proto/user_action_event.proto', |
| 773 ], | 773 ], |
| 774 'variables': { | 774 'variables': { |
| 775 'proto_in_dir': 'common/metrics/proto', | 775 'proto_in_dir': 'common/metrics/proto', |
| 776 'proto_out_dir': 'chrome/common/metrics/proto', | 776 'proto_out_dir': 'chrome/common/metrics/proto', |
| 777 }, | 777 }, |
| 778 'includes': [ '../build/protoc.gypi' ], | 778 'includes': [ '../build/protoc.gypi' ], |
| 779 }, | 779 }, |
| 780 ], | 780 ], |
| 781 } | 781 } |
| OLD | NEW |