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

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

Issue 1799713002: gpu_host_messages.h => content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unnecessary include Created 4 years, 9 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/browser/DEPS » ('j') | content/browser/DEPS » ('J')
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/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/mojo_application_manifest.gni") 9 import("//mojo/public/mojo_application_manifest.gni")
10 10
(...skipping 15 matching lines...) Expand all
26 "//base", 26 "//base",
27 "//base:base_static", 27 "//base:base_static",
28 "//components/mime_util", 28 "//components/mime_util",
29 "//components/url_formatter", 29 "//components/url_formatter",
30 "//content:resources", 30 "//content:resources",
31 "//content/browser/background_sync:background_sync_proto", 31 "//content/browser/background_sync:background_sync_proto",
32 "//content/browser/cache_storage:cache_storage_proto", 32 "//content/browser/cache_storage:cache_storage_proto",
33 "//content/browser/notifications:notification_proto", 33 "//content/browser/notifications:notification_proto",
34 "//content/browser/service_worker:service_worker_proto", 34 "//content/browser/service_worker:service_worker_proto",
35 "//content/browser/speech/proto", 35 "//content/browser/speech/proto",
36 "//content/gpu:gpu_sources",
36 "//content/public/common:common_sources", 37 "//content/public/common:common_sources",
37 "//content/public/common:mojo_bindings", 38 "//content/public/common:mojo_bindings",
38 "//crypto", 39 "//crypto",
39 "//device/battery", 40 "//device/battery",
40 "//device/vibration", 41 "//device/vibration",
41 "//google_apis", 42 "//google_apis",
42 "//mojo/common", 43 "//mojo/common",
43 "//mojo/public/cpp/bindings", 44 "//mojo/public/cpp/bindings",
44 "//mojo/shell", 45 "//mojo/shell",
45 "//mojo/shell/public/cpp:cpp_for_chromium", 46 "//mojo/shell/public/cpp:cpp_for_chromium",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 type = "exe" 549 type = "exe"
549 application_name = "chrome" 550 application_name = "chrome"
550 source = "mojo/chrome_manifest.json" 551 source = "mojo/chrome_manifest.json"
551 } 552 }
552 553
553 mojo_application_manifest("chrome_renderer_manifest") { 554 mojo_application_manifest("chrome_renderer_manifest") {
554 type = "exe" 555 type = "exe"
555 application_name = "chrome_renderer" 556 application_name = "chrome_renderer"
556 source = "mojo/chrome_renderer_manifest.json" 557 source = "mojo/chrome_renderer_manifest.json"
557 } 558 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698