Chromium Code Reviews| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 333 "//jingle:notifier", | 333 "//jingle:notifier", |
| 334 "//media", | 334 "//media", |
| 335 "//media/blink", | 335 "//media/blink", |
| 336 "//media/cast", | 336 "//media/cast", |
| 337 "//media/mojo", | 337 "//media/mojo", |
| 338 "//mojo", | 338 "//mojo", |
| 339 "//pdf", | 339 "//pdf", |
| 340 "//ppapi:ppapi_c", | 340 "//ppapi:ppapi_c", |
| 341 "//printing", | 341 "//printing", |
| 342 "//remoting/client/plugin", | 342 "//remoting/client/plugin", |
| 343 "//sandbox", | |
|
Slava Chigrin
2014/12/15 18:42:15
I don't know, what is better - enable target once
| |
| 344 "//storage/browser", | 343 "//storage/browser", |
| 345 "//sync", | 344 "//sync", |
| 346 "//third_party/WebKit/public:all_blink", | 345 "//third_party/WebKit/public:all_blink", |
| 347 "//third_party/angle:translator", | 346 "//third_party/angle:translator", |
| 348 "//third_party/ffmpeg", | 347 "//third_party/ffmpeg", |
| 349 "//third_party/leveldatabase", | 348 "//third_party/leveldatabase", |
| 350 "//third_party/libjingle", | 349 "//third_party/libjingle", |
| 351 "//third_party/usrsctp", | 350 "//third_party/usrsctp", |
| 352 "//third_party/webrtc", | 351 "//third_party/webrtc", |
| 353 "//ui/accessibility", | 352 "//ui/accessibility", |
| 354 "//ui/app_list", | 353 "//ui/app_list", |
| 355 "//ui/aura", | 354 "//ui/aura", |
| 356 "//ui/base", | 355 "//ui/base", |
| 357 "//ui/display", | 356 "//ui/display", |
| 358 "//ui/events", | 357 "//ui/events", |
| 359 "//ui/gfx", | 358 "//ui/gfx", |
| 360 "//ui/gl", | 359 "//ui/gl", |
| 361 "//ui/keyboard", | 360 "//ui/keyboard", |
| 362 "//ui/native_theme", | 361 "//ui/native_theme", |
| 363 "//ui/snapshot", | 362 "//ui/snapshot", |
| 364 "//ui/surface", | 363 "//ui/surface", |
| 365 "//ui/touch_selection", | 364 "//ui/touch_selection", |
| 366 "//ui/views", | 365 "//ui/views", |
| 367 "//ui/views/controls/webview", | 366 "//ui/views/controls/webview", |
| 368 "//ui/web_dialogs", | 367 "//ui/web_dialogs", |
| 369 "//ui/wm", | 368 "//ui/wm", |
| 370 ] | 369 ] |
| 371 } | 370 } |
| 372 } | 371 } |
| OLD | NEW |