OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 '<(DEPTH)/skia/skia.gyp:skia', | 46 '<(DEPTH)/skia/skia.gyp:skia', |
47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', | 48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', |
49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
53 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 53 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
55 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version
_h', | 55 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version
_h', |
| 56 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', |
56 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 57 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
57 '<(DEPTH)/ui/ui.gyp:ui_resources', | 58 '<(DEPTH)/ui/ui.gyp:ui_resources', |
58 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 59 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
59 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 60 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
60 ], | 61 ], |
61 'sources': [ | 62 'sources': [ |
62 'common/all_messages.h', | 63 'common/all_messages.h', |
63 'common/attrition_experiments.h', | 64 'common/attrition_experiments.h', |
64 'common/auto_start_linux.cc', | 65 'common/auto_start_linux.cc', |
65 'common/auto_start_linux.h', | 66 'common/auto_start_linux.h', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'common/metrics/proto/user_action_event.proto', | 541 'common/metrics/proto/user_action_event.proto', |
541 ], | 542 ], |
542 'variables': { | 543 'variables': { |
543 'proto_in_dir': 'common/metrics/proto', | 544 'proto_in_dir': 'common/metrics/proto', |
544 'proto_out_dir': 'chrome/common/metrics/proto', | 545 'proto_out_dir': 'chrome/common/metrics/proto', |
545 }, | 546 }, |
546 'includes': [ '../build/protoc.gypi' ], | 547 'includes': [ '../build/protoc.gypi' ], |
547 }, | 548 }, |
548 ], | 549 ], |
549 } | 550 } |
OLD | NEW |