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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 "//cc", | 320 "//cc", |
321 "//cc/blink", | 321 "//cc/blink", |
322 "//content", | 322 "//content", |
323 "//content/shell:content_shell", | 323 "//content/shell:content_shell", |
324 "//content/test:test_support", | 324 "//content/test:test_support", |
325 "//device/bluetooth", | 325 "//device/bluetooth", |
326 "//extensions/browser", | 326 "//extensions/browser", |
327 "//extensions/common", | 327 "//extensions/common", |
328 "//extensions/common/api", | 328 "//extensions/common/api", |
329 "//extensions/renderer", | 329 "//extensions/renderer", |
330 "//gpu", | |
331 "//google_apis", | 330 "//google_apis", |
332 "//google_apis/gcm", | 331 "//google_apis/gcm", |
333 "//jingle:notifier", | 332 "//jingle:notifier", |
334 "//media", | 333 "//media", |
335 "//media/blink", | 334 "//media/blink", |
336 "//media/cast", | 335 "//media/cast", |
337 "//media/mojo", | 336 "//media/mojo", |
338 "//mojo", | 337 "//mojo", |
339 "//pdf", | 338 "//pdf", |
340 "//ppapi:ppapi_c", | 339 "//ppapi:ppapi_c", |
341 "//printing", | 340 "//printing", |
342 "//remoting/client/plugin", | 341 "//remoting/client/plugin", |
343 "//storage/browser", | 342 "//storage/browser", |
344 "//sync", | 343 "//sync", |
345 "//third_party/WebKit/public:all_blink", | 344 "//third_party/WebKit/public:all_blink", |
346 "//third_party/angle:translator", | 345 "//third_party/angle:translator", |
347 "//third_party/ffmpeg", | 346 "//third_party/ffmpeg", |
348 "//third_party/leveldatabase", | 347 "//third_party/leveldatabase", |
349 "//third_party/libjingle", | 348 "//third_party/libjingle", |
350 "//third_party/usrsctp", | 349 "//third_party/usrsctp", |
351 "//third_party/webrtc", | 350 "//third_party/webrtc", |
352 "//ui/accessibility", | 351 "//ui/accessibility", |
353 "//ui/app_list", | 352 "//ui/app_list", |
354 "//ui/aura", | 353 "//ui/aura", |
355 "//ui/gl", | |
356 "//ui/keyboard", | 354 "//ui/keyboard", |
357 "//ui/native_theme", | 355 "//ui/native_theme", |
358 "//ui/snapshot", | 356 "//ui/snapshot", |
359 "//ui/surface", | 357 "//ui/surface", |
360 "//ui/touch_selection", | 358 "//ui/touch_selection", |
361 "//ui/views", | 359 "//ui/views", |
362 "//ui/views/controls/webview", | 360 "//ui/views/controls/webview", |
363 "//ui/web_dialogs", | 361 "//ui/web_dialogs", |
364 "//ui/wm", | 362 "//ui/wm", |
365 ] | 363 ] |
366 } | 364 } |
367 } | 365 } |
OLD | NEW |