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

Side by Side Diff: ui/views/views.gyp

Issue 9603001: Fix Aura build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « ui/ui.gyp ('k') | no next file » | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 ], 401 ],
402 'sources!': [ 402 'sources!': [
403 'controls/native_control.cc', 403 'controls/native_control.cc',
404 'controls/native_control.h', 404 'controls/native_control.h',
405 'controls/scrollbar/bitmap_scroll_bar.cc', 405 'controls/scrollbar/bitmap_scroll_bar.cc',
406 'controls/scrollbar/bitmap_scroll_bar.h', 406 'controls/scrollbar/bitmap_scroll_bar.h',
407 'controls/table/group_table_model.h', 407 'controls/table/group_table_model.h',
408 'controls/table/group_table_view.cc', 408 'controls/table/group_table_view.cc',
409 'controls/table/group_table_view.h', 409 'controls/table/group_table_view.h',
410 'controls/table/table_view_observer.h', 410 'controls/table/table_view_observer.h',
411 'drag_utils_win.cc',
412 'widget/aero_tooltip_manager.cc', 411 'widget/aero_tooltip_manager.cc',
413 'widget/aero_tooltip_manager.h', 412 'widget/aero_tooltip_manager.h',
414 'widget/child_window_message_processor.cc', 413 'widget/child_window_message_processor.cc',
415 'widget/child_window_message_processor.h', 414 'widget/child_window_message_processor.h',
416 ], 415 ],
417 'conditions': [ 416 'conditions': [
418 ['OS=="mac"', { 417 ['OS=="mac"', {
419 'sources/': [ 418 'sources/': [
420 ['exclude', 'mouse_watcher.cc'], 419 ['exclude', 'mouse_watcher.cc'],
421 ['exclude', 'controls/menu/*'], 420 ['exclude', 'controls/menu/*'],
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'msvs_settings': { 735 'msvs_settings': {
737 'VCManifestTool': { 736 'VCManifestTool': {
738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 737 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
739 }, 738 },
740 }, 739 },
741 }], 740 }],
742 ], 741 ],
743 }, # target_name: views_examples_lib 742 }, # target_name: views_examples_lib
744 ], 743 ],
745 } 744 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698