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

Side by Side Diff: components/html_viewer/BUILD.gn

Issue 1397493004: Move //build/module_args/v8.gni to //build_overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework README to hopefully be clearer Created 5 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/module_args/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
11 if (is_android) { 11 if (is_android) {
12 import("//build/config/android/internal_rules.gni") 12 import("//build/config/android/internal_rules.gni")
13 import("//mojo/generate_mojo_shell_assets_list.gni") 13 import("//mojo/generate_mojo_shell_assets_list.gni")
14 } 14 }
15 15
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "//components/web_view:test_support", 350 "//components/web_view:test_support",
351 "//components/web_view/public/interfaces", 351 "//components/web_view/public/interfaces",
352 "//mojo/application/public/cpp:sources", 352 "//mojo/application/public/cpp:sources",
353 "//mojo/application/public/cpp:test_support", 353 "//mojo/application/public/cpp:test_support",
354 "//net:test_support", 354 "//net:test_support",
355 "//testing/gtest", 355 "//testing/gtest",
356 "//third_party/mojo_services/src/accessibility/public/interfaces", 356 "//third_party/mojo_services/src/accessibility/public/interfaces",
357 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", 357 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
358 ] 358 ]
359 359
360 data_deps = [ 360 data_deps = [ ":html_viewer" ]
361 ":html_viewer",
362 ]
363 361
364 if (is_linux && !is_android) { 362 if (is_linux && !is_android) {
365 data_deps += [ "//components/font_service" ] 363 data_deps += [ "//components/font_service" ]
366 } 364 }
367 } 365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698