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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 '<(DEPTH)/printing/printing.gyp:printing', | 45 '<(DEPTH)/printing/printing.gyp:printing', |
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/sqlite/sqlite.gyp:sqlite', | 52 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
53 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 53 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
54 '<(DEPTH)/ui/ui.gyp:ui_resources', | 54 '<(DEPTH)/ui/ui.gyp:ui_resources', |
55 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | |
56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 55 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
57 ], | 56 ], |
58 'sources': [ | 57 'sources': [ |
59 'common/all_messages.h', | 58 'common/all_messages.h', |
60 'common/attrition_experiments.h', | 59 'common/attrition_experiments.h', |
61 'common/auto_start_linux.cc', | 60 'common/auto_start_linux.cc', |
62 'common/auto_start_linux.h', | 61 'common/auto_start_linux.h', |
63 'common/autofill_messages.h', | 62 'common/autofill_messages.h', |
64 'common/automation_constants.cc', | 63 'common/automation_constants.cc', |
65 'common/automation_constants.h', | 64 'common/automation_constants.h', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'common/metrics/proto/user_action_event.proto', | 537 'common/metrics/proto/user_action_event.proto', |
539 ], | 538 ], |
540 'variables': { | 539 'variables': { |
541 'proto_in_dir': 'common/metrics/proto', | 540 'proto_in_dir': 'common/metrics/proto', |
542 'proto_out_dir': 'chrome/common/metrics/proto', | 541 'proto_out_dir': 'chrome/common/metrics/proto', |
543 }, | 542 }, |
544 'includes': [ '../build/protoc.gypi' ], | 543 'includes': [ '../build/protoc.gypi' ], |
545 }, | 544 }, |
546 ], | 545 ], |
547 } | 546 } |
OLD | NEW |