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

Side by Side Diff: BUILD.gn

Issue 583663003: Vibration API : migrate to device/vibration using mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hide default service implementation, fix android_aosp Created 6 years 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/app/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "//chrome/tools", 42 "//chrome/tools",
43 "//chrome/utility", 43 "//chrome/utility",
44 "//components:all_components", 44 "//components:all_components",
45 "//content", 45 "//content",
46 "//content/shell:content_shell", 46 "//content/shell:content_shell",
47 "//content/test:test_support", 47 "//content/test:test_support",
48 "//crypto", 48 "//crypto",
49 "//device/battery", 49 "//device/battery",
50 "//device/bluetooth", 50 "//device/bluetooth",
51 "//device/nfc", 51 "//device/nfc",
52 "//device/vibration",
52 "//extensions/browser", 53 "//extensions/browser",
53 "//extensions/common", 54 "//extensions/common",
54 "//extensions/common/api", 55 "//extensions/common/api",
55 "//extensions/renderer", 56 "//extensions/renderer",
56 "//gin", 57 "//gin",
57 "//gpu", 58 "//gpu",
58 "//google_apis", 59 "//google_apis",
59 "//google_apis/gcm", 60 "//google_apis/gcm",
60 "//ipc", 61 "//ipc",
61 "//ipc/mojo", 62 "//ipc/mojo",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "//ui/native_theme", 353 "//ui/native_theme",
353 "//ui/snapshot", 354 "//ui/snapshot",
354 "//ui/surface", 355 "//ui/surface",
355 "//ui/views", 356 "//ui/views",
356 "//ui/views/controls/webview", 357 "//ui/views/controls/webview",
357 "//ui/web_dialogs", 358 "//ui/web_dialogs",
358 "//ui/wm", 359 "//ui/wm",
359 ] 360 ]
360 } 361 }
361 } 362 }
OLDNEW
« no previous file with comments | « no previous file | content/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698