Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Side by Side Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 1581253003: Add missing 'hard_dependency' in gyp targets using grit_action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': ['src/cpp/libaddressinput.gypi'], 5 'includes': ['src/cpp/libaddressinput.gypi'],
6 'variables': { 6 'variables': {
7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd ata', 7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd ata',
8 'libaddressinput_util_files': [ 8 'libaddressinput_util_files': [
9 'src/cpp/src/address_data.cc', 9 'src/cpp/src/address_data.cc',
10 'src/cpp/src/address_field.cc', 10 'src/cpp/src/address_field.cc',
(...skipping 10 matching lines...) Expand all
21 'src/cpp/src/util/cctype_tolower_equal.cc', 21 'src/cpp/src/util/cctype_tolower_equal.cc',
22 'src/cpp/src/util/json.cc', 22 'src/cpp/src/util/json.cc',
23 'src/cpp/src/util/string_split.cc', 23 'src/cpp/src/util/string_split.cc',
24 'src/cpp/src/util/string_util.cc', 24 'src/cpp/src/util/string_util.cc',
25 ], 25 ],
26 }, 26 },
27 'targets': [ 27 'targets': [
28 { 28 {
29 'target_name': 'libaddressinput_strings', 29 'target_name': 'libaddressinput_strings',
30 'type': 'none', 30 'type': 'none',
31 'hard_dependency': 1,
31 'variables': { 32 'variables': {
32 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/ ', 33 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/ ',
33 'grit_grd_file': '../../chrome/app/address_input_strings.grd', 34 'grit_grd_file': '../../chrome/app/address_input_strings.grd',
34 }, 35 },
35 'actions': [ 36 'actions': [
36 { 37 {
37 'action_name': 'libaddressinput_strings', 38 'action_name': 'libaddressinput_strings',
38 'variables': { 39 'variables': {
39 }, 40 },
40 'includes': [ 41 'includes': [
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '../../base/base.gyp:base_prefs', 147 '../../base/base.gyp:base_prefs',
147 '../../base/base.gyp:run_all_unittests', 148 '../../base/base.gyp:run_all_unittests',
148 '../../net/net.gyp:net_test_support', 149 '../../net/net.gyp:net_test_support',
149 '../../testing/gtest.gyp:gtest', 150 '../../testing/gtest.gyp:gtest',
150 'libaddressinput', 151 'libaddressinput',
151 'libaddressinput_util', 152 'libaddressinput_util',
152 ], 153 ],
153 }, 154 },
154 ], 155 ],
155 } 156 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink_resources.gyp ('k') | ui/app_list/resources/app_list_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698