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

Side by Side Diff: views/views.gyp

Issue 6264010: views: Add table2_example to views_examples target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « views/examples/table2_example.cc ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'examples/examples_main.h', 527 'examples/examples_main.h',
528 'examples/message_box_example.h', 528 'examples/message_box_example.h',
529 'examples/menu_example.h', 529 'examples/menu_example.h',
530 'examples/radio_button_example.h', 530 'examples/radio_button_example.h',
531 'examples/scroll_view_example.h', 531 'examples/scroll_view_example.h',
532 'examples/single_split_view_example.cc', 532 'examples/single_split_view_example.cc',
533 'examples/single_split_view_example.h', 533 'examples/single_split_view_example.h',
534 'examples/slider_example.h', 534 'examples/slider_example.h',
535 'examples/tabbed_pane_example.cc', 535 'examples/tabbed_pane_example.cc',
536 'examples/tabbed_pane_example.h', 536 'examples/tabbed_pane_example.h',
537 'examples/table2_example.cc',
538 'examples/table2_example.h',
537 'examples/textfield_example.h', 539 'examples/textfield_example.h',
538 'examples/throbber_example.cc', 540 'examples/throbber_example.cc',
539 'examples/throbber_example.h', 541 'examples/throbber_example.h',
540 'examples/widget_example.h', 542 'examples/widget_example.h',
541 543
542 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 544 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
543 ], 545 ],
544 'conditions': [ 546 'conditions': [
545 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 547 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
546 'dependencies': [ 548 'dependencies': [
(...skipping 23 matching lines...) Expand all
570 ], 572 ],
571 }, 573 },
572 ], 574 ],
573 } 575 }
574 576
575 # Local Variables: 577 # Local Variables:
576 # tab-width:2 578 # tab-width:2
577 # indent-tabs-mode:nil 579 # indent-tabs-mode:nil
578 # End: 580 # End:
579 # vim: set expandtab tabstop=2 shiftwidth=2: 581 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/examples/table2_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698