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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "//mojo", | 356 "//mojo", |
357 "//pdf", | 357 "//pdf", |
358 "//ppapi:ppapi_c", | 358 "//ppapi:ppapi_c", |
359 "//printing", | 359 "//printing", |
360 "//remoting/client/plugin", | 360 "//remoting/client/plugin", |
361 "//sandbox", | 361 "//sandbox", |
362 "//storage/browser", | 362 "//storage/browser", |
363 "//sync", | 363 "//sync", |
364 "//third_party/WebKit/public:all_blink", | 364 "//third_party/WebKit/public:all_blink", |
365 "//third_party/angle:translator", | 365 "//third_party/angle:translator", |
| 366 "//third_party/ffmpeg", |
366 "//third_party/leveldatabase", | 367 "//third_party/leveldatabase", |
367 "//third_party/libjingle", | 368 "//third_party/libjingle", |
368 "//third_party/usrsctp", | 369 "//third_party/usrsctp", |
369 "//third_party/webrtc", | 370 "//third_party/webrtc", |
370 "//ui/accessibility", | 371 "//ui/accessibility", |
371 "//ui/app_list", | 372 "//ui/app_list", |
372 "//ui/aura", | 373 "//ui/aura", |
373 "//ui/base", | 374 "//ui/base", |
374 "//ui/display", | 375 "//ui/display", |
375 "//ui/events", | 376 "//ui/events", |
376 "//ui/gfx", | 377 "//ui/gfx", |
377 "//ui/gl", | 378 "//ui/gl", |
378 "//ui/keyboard", | 379 "//ui/keyboard", |
379 "//ui/native_theme", | 380 "//ui/native_theme", |
380 "//ui/snapshot", | 381 "//ui/snapshot", |
381 "//ui/surface", | 382 "//ui/surface", |
382 "//ui/views", | 383 "//ui/views", |
383 "//ui/views/controls/webview", | 384 "//ui/views/controls/webview", |
384 "//ui/web_dialogs", | 385 "//ui/web_dialogs", |
385 "//ui/wm", | 386 "//ui/wm", |
386 ] | 387 ] |
387 } | 388 } |
388 } | 389 } |
OLD | NEW |