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

Side by Side Diff: ash/ash.gyp

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 7 months 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 | Annotate | Revision Log
« no previous file with comments | « ash/app_list/app_list_view.cc ('k') | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'ash', 13 'target_name': 'ash',
14 'type': '<(component)', 14 'type': '<(component)',
15 'dependencies': [ 15 'dependencies': [
16 'ash_strings.gyp:ash_strings', 16 'ash_strings.gyp:ash_strings',
17 '../base/base.gyp:base', 17 '../base/base.gyp:base',
18 '../base/base.gyp:base_i18n', 18 '../base/base.gyp:base_i18n',
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
20 '../build/temp_gyp/googleurl.gyp:googleurl', 20 '../build/temp_gyp/googleurl.gyp:googleurl',
21 '../net/net.gyp:net', 21 '../net/net.gyp:net',
22 '../skia/skia.gyp:skia', 22 '../skia/skia.gyp:skia',
23 '../third_party/icu/icu.gyp:icui18n', 23 '../third_party/icu/icu.gyp:icui18n',
24 '../third_party/icu/icu.gyp:icuuc', 24 '../third_party/icu/icu.gyp:icuuc',
25 '../ui/aura/aura.gyp:aura', 25 '../ui/aura/aura.gyp:aura',
26 '../ui/base/strings/ui_strings.gyp:ui_strings', 26 '../ui/base/strings/ui_strings.gyp:ui_strings',
27 '../ui/gfx/compositor/compositor.gyp:compositor', 27 '../ui/compositor/compositor.gyp:compositor',
28 '../ui/oak/oak.gyp:oak', 28 '../ui/oak/oak.gyp:oak',
29 '../ui/ui.gyp:ui', 29 '../ui/ui.gyp:ui',
30 '../ui/ui.gyp:ui_resources', 30 '../ui/ui.gyp:ui_resources',
31 '../ui/ui.gyp:ui_resources_standard', 31 '../ui/ui.gyp:ui_resources_standard',
32 '../ui/views/views.gyp:views', 32 '../ui/views/views.gyp:views',
33 ], 33 ],
34 'defines': [ 34 'defines': [
35 'ASH_IMPLEMENTATION', 35 'ASH_IMPLEMENTATION',
36 ], 36 ],
37 'sources': [ 37 'sources': [
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 '../base/base.gyp:base', 323 '../base/base.gyp:base',
324 '../base/base.gyp:test_support_base', 324 '../base/base.gyp:test_support_base',
325 '../chrome/chrome_resources.gyp:packed_resources', 325 '../chrome/chrome_resources.gyp:packed_resources',
326 '../build/temp_gyp/googleurl.gyp:googleurl', 326 '../build/temp_gyp/googleurl.gyp:googleurl',
327 '../skia/skia.gyp:skia', 327 '../skia/skia.gyp:skia',
328 '../testing/gtest.gyp:gtest', 328 '../testing/gtest.gyp:gtest',
329 '../third_party/icu/icu.gyp:icui18n', 329 '../third_party/icu/icu.gyp:icui18n',
330 '../third_party/icu/icu.gyp:icuuc', 330 '../third_party/icu/icu.gyp:icuuc',
331 '../ui/aura/aura.gyp:aura', 331 '../ui/aura/aura.gyp:aura',
332 '../ui/aura/aura.gyp:test_support_aura', 332 '../ui/aura/aura.gyp:test_support_aura',
333 '../ui/gfx/compositor/compositor.gyp:compositor', 333 '../ui/compositor/compositor.gyp:compositor',
334 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', 334 '../ui/compositor/compositor.gyp:compositor_test_support',
335 '../ui/ui.gyp:gfx_resources', 335 '../ui/ui.gyp:gfx_resources',
336 '../ui/ui.gyp:ui', 336 '../ui/ui.gyp:ui',
337 '../ui/ui.gyp:ui_resources', 337 '../ui/ui.gyp:ui_resources',
338 '../ui/ui.gyp:ui_resources_standard', 338 '../ui/ui.gyp:ui_resources_standard',
339 '../ui/views/views.gyp:views', 339 '../ui/views/views.gyp:views',
340 'ash', 340 'ash',
341 ], 341 ],
342 'sources': [ 342 'sources': [
343 '../ui/views/test/test_views_delegate.cc', 343 '../ui/views/test/test_views_delegate.cc',
344 '../ui/views/test/test_views_delegate.h', 344 '../ui/views/test/test_views_delegate.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'dependencies': [ 442 'dependencies': [
443 '../base/base.gyp:base', 443 '../base/base.gyp:base',
444 '../base/base.gyp:base_i18n', 444 '../base/base.gyp:base_i18n',
445 '../chrome/chrome_resources.gyp:packed_resources', 445 '../chrome/chrome_resources.gyp:packed_resources',
446 '../content/content.gyp:content_shell_lib', 446 '../content/content.gyp:content_shell_lib',
447 '../content/content.gyp:content', 447 '../content/content.gyp:content',
448 '../skia/skia.gyp:skia', 448 '../skia/skia.gyp:skia',
449 '../third_party/icu/icu.gyp:icui18n', 449 '../third_party/icu/icu.gyp:icui18n',
450 '../third_party/icu/icu.gyp:icuuc', 450 '../third_party/icu/icu.gyp:icuuc',
451 '../ui/aura/aura.gyp:aura', 451 '../ui/aura/aura.gyp:aura',
452 '../ui/gfx/compositor/compositor.gyp:compositor', 452 '../ui/compositor/compositor.gyp:compositor',
453 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', 453 '../ui/compositor/compositor.gyp:compositor_test_support',
454 '../ui/ui.gyp:gfx_resources', 454 '../ui/ui.gyp:gfx_resources',
455 '../ui/ui.gyp:ui', 455 '../ui/ui.gyp:ui',
456 '../ui/ui.gyp:ui_resources', 456 '../ui/ui.gyp:ui_resources',
457 '../ui/ui.gyp:ui_resources_standard', 457 '../ui/ui.gyp:ui_resources_standard',
458 '../ui/views/views.gyp:views', 458 '../ui/views/views.gyp:views',
459 '../ui/views/views.gyp:views_examples_lib', 459 '../ui/views/views.gyp:views_examples_lib',
460 'ash', 460 'ash',
461 ], 461 ],
462 'sources': [ 462 'sources': [
463 'shell/app_list.cc', 463 'shell/app_list.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'shell/cocoa/app-Info.plist', 522 'shell/cocoa/app-Info.plist',
523 ], 523 ],
524 'xcode_settings': { 524 'xcode_settings': {
525 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 525 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
526 }, 526 },
527 }], 527 }],
528 ], 528 ],
529 }, 529 },
530 ], 530 ],
531 } 531 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_view.cc ('k') | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698