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

Side by Side Diff: content/shell/BUILD.gn

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 years, 6 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 | « no previous file | content/shell/browser/DEPS » ('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 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "app/paths_mac.h", 51 "app/paths_mac.h",
52 "app/paths_mac.mm", 52 "app/paths_mac.mm",
53 "app/shell_crash_reporter_client.cc", 53 "app/shell_crash_reporter_client.cc",
54 "app/shell_crash_reporter_client.h", 54 "app/shell_crash_reporter_client.h",
55 "app/shell_main_delegate.cc", 55 "app/shell_main_delegate.cc",
56 "app/shell_main_delegate.h", 56 "app/shell_main_delegate.h",
57 "app/shell_main_delegate_mac.h", 57 "app/shell_main_delegate_mac.h",
58 "app/shell_main_delegate_mac.mm", 58 "app/shell_main_delegate_mac.mm",
59 "browser/layout_test/blink_test_controller.cc", 59 "browser/layout_test/blink_test_controller.cc",
60 "browser/layout_test/blink_test_controller.h", 60 "browser/layout_test/blink_test_controller.h",
61 "browser/layout_test/devtools_protocol_test_bindings.cc",
62 "browser/layout_test/devtools_protocol_test_bindings.h",
61 "browser/layout_test/layout_test_bluetooth_adapter_provider.cc", 63 "browser/layout_test/layout_test_bluetooth_adapter_provider.cc",
62 "browser/layout_test/layout_test_bluetooth_adapter_provider.h", 64 "browser/layout_test/layout_test_bluetooth_adapter_provider.h",
63 "browser/layout_test/layout_test_bluetooth_chooser_factory.cc", 65 "browser/layout_test/layout_test_bluetooth_chooser_factory.cc",
64 "browser/layout_test/layout_test_bluetooth_chooser_factory.h", 66 "browser/layout_test/layout_test_bluetooth_chooser_factory.h",
65 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc", 67 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc",
66 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h", 68 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h",
67 "browser/layout_test/layout_test_browser_context.cc", 69 "browser/layout_test/layout_test_browser_context.cc",
68 "browser/layout_test/layout_test_browser_context.h", 70 "browser/layout_test/layout_test_browser_context.h",
69 "browser/layout_test/layout_test_browser_main.cc", 71 "browser/layout_test/layout_test_browser_main.cc",
70 "browser/layout_test/layout_test_browser_main.h", 72 "browser/layout_test/layout_test_browser_main.h",
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 data_deps += [ 813 data_deps += [
812 "//breakpad:dump_syms", 814 "//breakpad:dump_syms",
813 "//breakpad:microdump_stackwalk", 815 "//breakpad:microdump_stackwalk",
814 "//breakpad:minidump_dump", 816 "//breakpad:minidump_dump",
815 "//breakpad:minidump_stackwalk", 817 "//breakpad:minidump_stackwalk",
816 "//breakpad:symupload", 818 "//breakpad:symupload",
817 "//tools/android/forwarder2", 819 "//tools/android/forwarder2",
818 ] 820 ]
819 } 821 }
820 } 822 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698