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

Side by Side Diff: chrome/test/chromedriver/BUILD.gn

Issue 1137693006: Revert of Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « chrome/browser/ui/libgtk2ui/BUILD.gn ('k') | components/html_viewer/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chrome/chrome_tests.gni") 6 import("//chrome/chrome_tests.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib 9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib
10 # (embed_js_in_cpp action) 10 # (embed_js_in_cpp action)
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 89 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
90 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 90 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
91 91
92 # Also compile the generated files. 92 # Also compile the generated files.
93 sources += get_target_outputs(":embed_extension_in_cpp") 93 sources += get_target_outputs(":embed_extension_in_cpp")
94 sources += get_target_outputs(":embed_js_in_cpp") 94 sources += get_target_outputs(":embed_js_in_cpp")
95 sources += get_target_outputs(":embed_user_data_dir_in_cpp") 95 sources += get_target_outputs(":embed_user_data_dir_in_cpp")
96 96
97 deps = [ 97 deps = [
98 ":embed_extension_in_cpp",
99 ":embed_js_in_cpp", 98 ":embed_js_in_cpp",
100 ":embed_user_data_dir_in_cpp", 99 ":embed_user_data_dir_in_cpp",
101 "//base", 100 "//base",
102 "//base/third_party/dynamic_annotations", 101 "//base/third_party/dynamic_annotations",
103 "//net", 102 "//net",
104 "//third_party/zlib:zip", 103 "//third_party/zlib:zip",
105 "//third_party/zlib:minizip", 104 "//third_party/zlib:minizip",
106 "//ui/accessibility:ax_gen", 105 "//ui/accessibility:ax_gen",
107 "//ui/base", 106 "//ui/base",
108 "//ui/gfx", 107 "//ui/gfx",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 ":lib", 221 ":lib",
223 "//base", 222 "//base",
224 "//base/test:run_all_unittests", 223 "//base/test:run_all_unittests",
225 "//net", 224 "//net",
226 "//net:http_server", 225 "//net:http_server",
227 "//net:test_support", 226 "//net:test_support",
228 "//testing/gtest", 227 "//testing/gtest",
229 "//url", 228 "//url",
230 ] 229 ]
231 } 230 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/BUILD.gn ('k') | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698