Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: BUILD.gn

Issue 809783002: Fix ui/gl and gpu target building with GN on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | ui/gl/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 "//sandbox", 342 "//sandbox",
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",
361 "//ui/keyboard", 359 "//ui/keyboard",
362 "//ui/native_theme", 360 "//ui/native_theme",
363 "//ui/snapshot", 361 "//ui/snapshot",
364 "//ui/surface", 362 "//ui/surface",
365 "//ui/touch_selection", 363 "//ui/touch_selection",
366 "//ui/views", 364 "//ui/views",
367 "//ui/views/controls/webview", 365 "//ui/views/controls/webview",
368 "//ui/web_dialogs", 366 "//ui/web_dialogs",
369 "//ui/wm", 367 "//ui/wm",
370 ] 368 ]
371 } 369 }
372 } 370 }
OLDNEW
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | ui/gl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698