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 '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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 91 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
92 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 92 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
93 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 93 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
94 '<(DEPTH)/ui/gl/gl.gyp:gl', | 94 '<(DEPTH)/ui/gl/gl.gyp:gl', |
95 '<(DEPTH)/ui/ui.gyp:ui', | 95 '<(DEPTH)/ui/ui.gyp:ui', |
96 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 96 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
97 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', | 97 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', |
98 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 98 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
99 'blob', | 99 'blob', |
100 'fileapi', | 100 'fileapi', |
101 'forms', | |
102 'user_agent', | 101 'user_agent', |
103 'webkit_base', | 102 'webkit_base', |
104 'webkit_media', | 103 'webkit_media', |
105 'webkit_resources', | 104 'webkit_resources', |
106 'webkit_strings', | 105 'webkit_strings', |
107 ], | 106 ], |
108 'include_dirs': [ | 107 'include_dirs': [ |
109 '<(INTERMEDIATE_DIR)', | 108 '<(INTERMEDIATE_DIR)', |
110 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 109 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
111 ], | 110 ], |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 }, | 507 }, |
509 'includes': [ '../../build/grit_action.gypi' ], | 508 'includes': [ '../../build/grit_action.gypi' ], |
510 }, | 509 }, |
511 ], | 510 ], |
512 'includes': [ '../../build/grit_target.gypi' ], | 511 'includes': [ '../../build/grit_target.gypi' ], |
513 }, | 512 }, |
514 ], | 513 ], |
515 }], | 514 }], |
516 ], | 515 ], |
517 } | 516 } |
OLD | NEW |