OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
10 },{ | 10 },{ |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 }, | 54 }, |
55 'includes': [ '../../build/grit_action.gypi' ], | 55 'includes': [ '../../build/grit_action.gypi' ], |
56 }, | 56 }, |
57 ], | 57 ], |
58 'includes': [ '../../build/grit_target.gypi' ], | 58 'includes': [ '../../build/grit_target.gypi' ], |
59 }, | 59 }, |
60 { | 60 { |
61 'target_name': 'webkit_user_agent', | 61 'target_name': 'webkit_user_agent', |
62 'type': 'static_library', | 62 'type': 'static_library', |
63 'dependencies': [ | 63 'dependencies': [ |
64 '<(DEPTH)/app/app.gyp:app_base', | |
65 '<(DEPTH)/base/base.gyp:base_i18n', | 64 '<(DEPTH)/base/base.gyp:base_i18n', |
66 ], | 65 ], |
67 'actions': [ | 66 'actions': [ |
68 { | 67 { |
69 'action_name': 'webkit_version', | 68 'action_name': 'webkit_version', |
70 'inputs': [ | 69 'inputs': [ |
71 '<(script)', | 70 '<(script)', |
72 '<(webkit_src_dir)<(version_file)', | 71 '<(webkit_src_dir)<(version_file)', |
73 '../../build/util/lastchange.py', # Used by the script. | 72 '../../build/util/lastchange.py', # Used by the script. |
74 ], | 73 ], |
(...skipping 22 matching lines...) Expand all Loading... |
97 # Dependents may rely on files generated by this target or one of its | 96 # Dependents may rely on files generated by this target or one of its |
98 # own hard dependencies. | 97 # own hard dependencies. |
99 'hard_dependency': 1, | 98 'hard_dependency': 1, |
100 'conditions': [ | 99 'conditions': [ |
101 ], | 100 ], |
102 }, | 101 }, |
103 { | 102 { |
104 'target_name': 'glue', | 103 'target_name': 'glue', |
105 'type': 'static_library', | 104 'type': 'static_library', |
106 'dependencies': [ | 105 'dependencies': [ |
107 '<(DEPTH)/app/app.gyp:app_base', | |
108 '<(DEPTH)/base/base.gyp:base_i18n', | 106 '<(DEPTH)/base/base.gyp:base_i18n', |
109 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 107 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
110 '<(DEPTH)/net/net.gyp:net', | 108 '<(DEPTH)/net/net.gyp:net', |
111 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 109 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
112 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 110 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
113 '<(DEPTH)/printing/printing.gyp:printing', | 111 '<(DEPTH)/printing/printing.gyp:printing', |
114 '<(DEPTH)/skia/skia.gyp:skia', | 112 '<(DEPTH)/skia/skia.gyp:skia', |
115 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 113 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
116 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 114 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
117 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 115 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 }, | 535 }, |
538 'includes': [ '../../build/grit_action.gypi' ], | 536 'includes': [ '../../build/grit_action.gypi' ], |
539 }, | 537 }, |
540 ], | 538 ], |
541 'includes': [ '../../build/grit_target.gypi' ], | 539 'includes': [ '../../build/grit_target.gypi' ], |
542 }, | 540 }, |
543 ], | 541 ], |
544 }], | 542 }], |
545 ], | 543 ], |
546 } | 544 } |
OLD | NEW |