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