OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'examples/combobox_example.h', | 354 'examples/combobox_example.h', |
355 'examples/example_base.cc', | 355 'examples/example_base.cc', |
356 'examples/example_base.h', | 356 'examples/example_base.h', |
357 'examples/examples_main.cc', | 357 'examples/examples_main.cc', |
358 'examples/examples_main.h', | 358 'examples/examples_main.h', |
359 'examples/message_box_example.h', | 359 'examples/message_box_example.h', |
360 'examples/radio_button_example.h', | 360 'examples/radio_button_example.h', |
361 'examples/scroll_view_example.h', | 361 'examples/scroll_view_example.h', |
362 'examples/tabbed_pane_example.h', | 362 'examples/tabbed_pane_example.h', |
363 'examples/textfield_example.h', | 363 'examples/textfield_example.h', |
| 364 |
| 365 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources.rc', |
364 ], | 366 ], |
365 'conditions': [ | 367 'conditions': [ |
366 ['OS=="linux"', { | 368 ['OS=="linux"', { |
367 'dependencies': [ | 369 'dependencies': [ |
368 '../build/linux/system.gyp:gtk', | 370 '../build/linux/system.gyp:gtk', |
369 ], | 371 ], |
370 }, | 372 }, |
371 ], | 373 ], |
372 ['OS=="linux" and toolkit_views==1', { | 374 ['OS=="linux" and toolkit_views==1', { |
373 'dependencies': [ | 375 'dependencies': [ |
(...skipping 14 matching lines...) Expand all Loading... |
388 ], | 390 ], |
389 }, | 391 }, |
390 ], | 392 ], |
391 } | 393 } |
392 | 394 |
393 # Local Variables: | 395 # Local Variables: |
394 # tab-width:2 | 396 # tab-width:2 |
395 # indent-tabs-mode:nil | 397 # indent-tabs-mode:nil |
396 # End: | 398 # End: |
397 # vim: set expandtab tabstop=2 shiftwidth=2: | 399 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |