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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 292 "//ui/app_list", | 292 "//ui/app_list", |
| 293 "//ui/aura", | 293 "//ui/aura", |
| 294 "//ui/keyboard", | 294 "//ui/keyboard", |
| 295 "//ui/views", | 295 "//ui/views", |
| 296 "//ui/views/controls/webview", | 296 "//ui/views/controls/webview", |
| 297 "//ui/web_dialogs", | 297 "//ui/web_dialogs", |
| 298 ] | 298 ] |
| 299 } | 299 } |
| 300 | 300 |
| 301 if (is_mac || is_ios) { | 301 if (is_mac || is_ios) { |
| 302 deps -= [ | 302 deps -= [ "//ui/touch_selection" ] |
|
Slava Chigrin
2015/01/20 18:25:20
git cl upload constantly complains on this, so I d
| |
| 303 "//ui/touch_selection", | |
| 304 ] | |
| 305 } | 303 } |
| 306 | 304 |
| 307 if (is_win) { | 305 if (is_win) { |
| 308 deps -= [ | 306 deps -= [ |
| 309 "//apps", | 307 "//apps", |
| 310 "//ash", | 308 "//ash", |
| 311 "//chrome/browser", | 309 "//chrome/browser", |
| 312 "//chrome/browser/devtools", | 310 "//chrome/browser/devtools", |
| 313 "//chrome/common", | 311 "//chrome/common", |
| 314 "//chrome/plugin", | 312 "//chrome/plugin", |
| 315 "//chrome/renderer", | 313 "//chrome/renderer", |
| 316 "//chrome/test", | 314 "//chrome/test", |
| 317 "//chrome/utility", | 315 "//chrome/utility", |
| 318 "//components:all_components", | 316 "//components:all_components", |
| 319 "//cc", | |
| 320 "//cc/blink", | 317 "//cc/blink", |
| 321 "//content", | 318 "//content", |
| 322 "//content/shell:content_shell", | 319 "//content/shell:content_shell", |
| 323 "//content/test:test_support", | 320 "//content/test:test_support", |
| 324 "//device/bluetooth", | |
| 325 "//extensions/browser", | 321 "//extensions/browser", |
| 326 "//extensions/common", | 322 "//extensions/common", |
| 327 "//extensions/common/api", | |
| 328 "//extensions/renderer", | 323 "//extensions/renderer", |
| 329 "//google_apis", | |
| 330 "//google_apis/gcm", | |
| 331 "//jingle:notifier", | |
| 332 "//media", | |
|
Slava Chigrin
2015/01/20 18:25:20
Few issues fixed here https://codereview.chromium.
| |
| 333 "//media/blink", | 324 "//media/blink", |
| 334 "//media/cast", | |
| 335 "//media/mojo", | |
| 336 "//mojo", | 325 "//mojo", |
| 337 "//pdf", | 326 "//pdf", |
| 338 "//ppapi:ppapi_c", | 327 "//ppapi:ppapi_c", |
| 339 "//printing", | 328 "//printing", |
| 340 "//remoting/client/plugin", | 329 "//remoting/client/plugin", |
| 341 "//storage/browser", | |
|
Slava Chigrin
2015/01/20 18:25:20
Fixed in https://codereview.chromium.org/816293002
| |
| 342 "//sync", | |
| 343 "//third_party/WebKit/public:all_blink", | 330 "//third_party/WebKit/public:all_blink", |
| 344 "//third_party/angle:translator", | |
| 345 "//third_party/ffmpeg", | |
|
Slava Chigrin
2015/01/20 18:25:20
Fixed by https://gerrit.chromium.org/gerrit/#/c/73
| |
| 346 "//third_party/leveldatabase", | |
| 347 "//third_party/libjingle", | |
| 348 "//third_party/usrsctp", | |
| 349 "//third_party/webrtc", | |
|
Slava Chigrin
2015/01/20 18:25:19
WebRTC issues was fixed in few CL in their repo, l
| |
| 350 "//ui/accessibility", | |
| 351 "//ui/app_list", | 331 "//ui/app_list", |
| 352 "//ui/aura", | 332 "//ui/aura", |
| 353 "//ui/keyboard", | 333 "//ui/keyboard", |
| 354 "//ui/native_theme", | |
| 355 "//ui/snapshot", | 334 "//ui/snapshot", |
| 356 "//ui/surface", | |
| 357 "//ui/touch_selection", | |
| 358 "//ui/views", | 335 "//ui/views", |
| 359 "//ui/views/controls/webview", | 336 "//ui/views/controls/webview", |
| 360 "//ui/web_dialogs", | 337 "//ui/web_dialogs", |
| 361 "//ui/wm", | 338 "//ui/wm", |
| 362 ] | 339 ] |
| 363 } | 340 } |
| 364 } | 341 } |
| OLD | NEW |