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 11 matching lines...) Expand all Loading... |
22 { | 22 { |
23 'target_name': 'webkit_resources', | 23 'target_name': 'webkit_resources', |
24 'type': 'none', | 24 'type': 'none', |
25 'variables': { | 25 'variables': { |
26 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit', | 26 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit', |
27 }, | 27 }, |
28 'actions': [ | 28 'actions': [ |
29 { | 29 { |
30 'action_name': 'webkit_resources', | 30 'action_name': 'webkit_resources', |
31 'variables': { | 31 'variables': { |
32 'grit_grd_file': 'webkit_resources.grd', | 32 'grit_grd_file': 'resources/webkit_resources.grd', |
33 }, | 33 }, |
34 'includes': [ '../../build/grit_action.gypi' ], | 34 'includes': [ '../../build/grit_action.gypi' ], |
35 }, | 35 }, |
36 { | 36 { |
37 'action_name': 'webkit_chromium_resources', | 37 'action_name': 'webkit_chromium_resources', |
38 'variables': { | 38 'variables': { |
39 'grit_grd_file': '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gr
d', | 39 'grit_grd_file': '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gr
d', |
40 }, | 40 }, |
41 'includes': [ '../../build/grit_action.gypi' ], | 41 'includes': [ '../../build/grit_action.gypi' ], |
42 }, | 42 }, |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 }, | 552 }, |
553 'includes': [ '../../build/grit_action.gypi' ], | 553 'includes': [ '../../build/grit_action.gypi' ], |
554 }, | 554 }, |
555 ], | 555 ], |
556 'includes': [ '../../build/grit_target.gypi' ], | 556 'includes': [ '../../build/grit_target.gypi' ], |
557 }, | 557 }, |
558 ], | 558 ], |
559 }], | 559 }], |
560 ], | 560 ], |
561 } | 561 } |
OLD | NEW |