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

Side by Side Diff: ash/ash.gyp

Issue 10855119: views: Put 'with_content' in views_examples targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | ui/views/views.gyp » ('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
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../third_party/icu/icu.gyp:icuuc', 396 '../third_party/icu/icu.gyp:icuuc',
397 '../ui/aura/aura.gyp:aura', 397 '../ui/aura/aura.gyp:aura',
398 '../ui/aura/aura.gyp:test_support_aura', 398 '../ui/aura/aura.gyp:test_support_aura',
399 '../ui/app_list/app_list.gyp:app_list', 399 '../ui/app_list/app_list.gyp:app_list',
400 '../ui/compositor/compositor.gyp:compositor', 400 '../ui/compositor/compositor.gyp:compositor',
401 '../ui/compositor/compositor.gyp:compositor_test_support', 401 '../ui/compositor/compositor.gyp:compositor_test_support',
402 '../ui/ui.gyp:ui', 402 '../ui/ui.gyp:ui',
403 '../ui/ui.gyp:ui_resources', 403 '../ui/ui.gyp:ui_resources',
404 '../ui/ui.gyp:ui_test_support', 404 '../ui/ui.gyp:ui_test_support',
405 '../ui/views/views.gyp:views', 405 '../ui/views/views.gyp:views',
406 '../ui/views/views.gyp:views_examples_lib', 406 '../ui/views/views.gyp:views_examples_with_content_lib',
407 '../ui/views/views.gyp:test_support_views', 407 '../ui/views/views.gyp:test_support_views',
408 'ash', 408 'ash',
409 ], 409 ],
410 'sources': [ 410 'sources': [
411 '../ui/views/test/test_views_delegate.cc', 411 '../ui/views/test/test_views_delegate.cc',
412 '../ui/views/test/test_views_delegate.h', 412 '../ui/views/test/test_views_delegate.h',
413 'accelerators/accelerator_controller_unittest.cc', 413 'accelerators/accelerator_controller_unittest.cc',
414 'accelerators/accelerator_filter_unittest.cc', 414 'accelerators/accelerator_filter_unittest.cc',
415 'accelerators/accelerator_table_unittest.cc', 415 'accelerators/accelerator_table_unittest.cc',
416 'accelerators/nested_dispatcher_controller_unittest.cc', 416 'accelerators/nested_dispatcher_controller_unittest.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 '../skia/skia.gyp:skia', 532 '../skia/skia.gyp:skia',
533 '../third_party/icu/icu.gyp:icui18n', 533 '../third_party/icu/icu.gyp:icui18n',
534 '../third_party/icu/icu.gyp:icuuc', 534 '../third_party/icu/icu.gyp:icuuc',
535 '../ui/app_list/app_list.gyp:app_list', 535 '../ui/app_list/app_list.gyp:app_list',
536 '../ui/aura/aura.gyp:aura', 536 '../ui/aura/aura.gyp:aura',
537 '../ui/compositor/compositor.gyp:compositor', 537 '../ui/compositor/compositor.gyp:compositor',
538 '../ui/compositor/compositor.gyp:compositor_test_support', 538 '../ui/compositor/compositor.gyp:compositor_test_support',
539 '../ui/ui.gyp:ui', 539 '../ui/ui.gyp:ui',
540 '../ui/ui.gyp:ui_resources', 540 '../ui/ui.gyp:ui_resources',
541 '../ui/views/views.gyp:views', 541 '../ui/views/views.gyp:views',
542 '../ui/views/views.gyp:views_examples_lib', 542 '../ui/views/views.gyp:views_examples_with_content_lib',
543 '../ui/views/views.gyp:test_support_views', 543 '../ui/views/views.gyp:test_support_views',
544 'ash', 544 'ash',
545 ], 545 ],
546 'sources': [ 546 'sources': [
547 'shell/app_list.cc', 547 'shell/app_list.cc',
548 'shell/bubble.cc', 548 'shell/bubble.cc',
549 'shell/content_client/shell_browser_main_parts.cc', 549 'shell/content_client/shell_browser_main_parts.cc',
550 'shell/content_client/shell_browser_main_parts.h', 550 'shell/content_client/shell_browser_main_parts.h',
551 'shell/content_client/shell_content_browser_client.cc', 551 'shell/content_client/shell_content_browser_client.cc',
552 'shell/content_client/shell_content_browser_client.h', 552 'shell/content_client/shell_content_browser_client.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'shell/cocoa/app-Info.plist', 603 'shell/cocoa/app-Info.plist',
604 ], 604 ],
605 'xcode_settings': { 605 'xcode_settings': {
606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
607 }, 607 },
608 }], 608 }],
609 ], 609 ],
610 }, 610 },
611 ], 611 ],
612 } 612 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698