OLD | NEW |
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "//device/vibration", |
53 "//extensions/browser", | 53 "//extensions/browser", |
54 "//extensions/common", | 54 "//extensions/common", |
55 "//extensions/common/api", | 55 "//extensions/common/api", |
56 "//extensions/renderer", | 56 "//extensions/renderer", |
| 57 "//extensions/shell:app_shell_unittests", |
57 "//gin", | 58 "//gin", |
58 "//gpu", | 59 "//gpu", |
59 "//google_apis", | 60 "//google_apis", |
60 "//google_apis/gcm", | 61 "//google_apis/gcm", |
61 "//ipc", | 62 "//ipc", |
62 "//ipc/mojo", | 63 "//ipc/mojo", |
63 "//jingle:notifier", | 64 "//jingle:notifier", |
64 "//media", | 65 "//media", |
65 "//media/blink", | 66 "//media/blink", |
66 "//media/cast", | 67 "//media/cast", |
67 "//media/mojo", | 68 "//media/mojo", |
68 "//mojo", | 69 "//mojo", |
69 "//net", | 70 "//net", |
70 "//pdf", | 71 "//pdf", |
71 "//ppapi/examples", | 72 "//ppapi/examples", |
72 "//printing", | 73 "//printing", |
73 "//remoting/client/plugin", | 74 "//remoting/client/plugin", |
74 "//sandbox", | 75 "//sandbox", |
75 "//sdch", | 76 "//sdch", |
76 "//skia", | 77 "//skia", |
77 "//storage/browser", | 78 "//storage/browser", |
78 "//sql", | 79 "//sql", |
79 "//sync", | 80 "//sync", |
80 "//third_party/WebKit/public:all_blink", | 81 "//third_party/WebKit/public:all_blink", |
81 "//third_party/angle:translator", | 82 "//third_party/angle:translator", |
82 "//third_party/brotli", | 83 "//third_party/brotli", |
83 "//third_party/cacheinvalidation", | 84 "//third_party/cacheinvalidation", |
84 "//third_party/cld", | 85 "//third_party/cld", |
85 "//third_party/cld_2", | 86 "//third_party/cld_2", |
| 87 "//third_party/codesighs", |
86 "//third_party/ffmpeg", | 88 "//third_party/ffmpeg", |
87 "//third_party/flac", | 89 "//third_party/flac", |
88 "//third_party/harfbuzz-ng", | 90 "//third_party/harfbuzz-ng", |
89 "//third_party/hunspell", | 91 "//third_party/hunspell", |
90 "//third_party/iccjpeg", | 92 "//third_party/iccjpeg", |
91 "//third_party/icu", | 93 "//third_party/icu", |
92 "//third_party/leveldatabase", | 94 "//third_party/leveldatabase", |
93 "//third_party/libphonenumber", | 95 "//third_party/libphonenumber", |
94 "//third_party/libjingle", | 96 "//third_party/libjingle", |
95 "//third_party/libpng", | 97 "//third_party/libpng", |
(...skipping 15 matching lines...) Expand all Loading... |
111 "//third_party/smhasher:pmurhash", | 113 "//third_party/smhasher:pmurhash", |
112 "//third_party/snappy", | 114 "//third_party/snappy", |
113 "//third_party/speex", | 115 "//third_party/speex", |
114 "//third_party/usrsctp", | 116 "//third_party/usrsctp", |
115 "//third_party/widevine/cdm:version_h", | 117 "//third_party/widevine/cdm:version_h", |
116 "//third_party/webrtc", | 118 "//third_party/webrtc", |
117 "//third_party/zlib", | 119 "//third_party/zlib", |
118 "//third_party:jpeg", | 120 "//third_party:jpeg", |
119 "//tools/gn", | 121 "//tools/gn", |
120 "//tools/imagediff($host_toolchain)", | 122 "//tools/imagediff($host_toolchain)", |
| 123 "//tools/telemetry:bitmaptools", |
121 "//ui/accessibility", | 124 "//ui/accessibility", |
122 "//ui/app_list", | 125 "//ui/app_list", |
123 "//ui/aura", | 126 "//ui/aura", |
124 "//ui/base", | 127 "//ui/base", |
125 "//ui/display", | 128 "//ui/display", |
126 "//ui/events", | 129 "//ui/events", |
127 "//ui/gfx", | 130 "//ui/gfx", |
128 "//ui/gl", | 131 "//ui/gl", |
129 "//ui/keyboard", | 132 "//ui/keyboard", |
130 "//ui/native_theme", | 133 "//ui/native_theme", |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "//ui/views", | 298 "//ui/views", |
296 "//ui/views/controls/webview", | 299 "//ui/views/controls/webview", |
297 "//ui/web_dialogs", | 300 "//ui/web_dialogs", |
298 ] | 301 ] |
299 } | 302 } |
300 | 303 |
301 if (is_mac || is_ios) { | 304 if (is_mac || is_ios) { |
302 deps -= [ "//ui/touch_selection" ] | 305 deps -= [ "//ui/touch_selection" ] |
303 } | 306 } |
304 } | 307 } |
OLD | NEW |