| OLD | NEW |
| 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 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'dependencies': [ | 412 'dependencies': [ |
| 413 '../build/linux/system.gyp:gtk', | 413 '../build/linux/system.gyp:gtk', |
| 414 ], | 414 ], |
| 415 'sources': [ | 415 'sources': [ |
| 416 'gfx/gtk_native_view_id_manager.cc', | 416 'gfx/gtk_native_view_id_manager.cc', |
| 417 'gfx/gtk_native_view_id_manager.h', | 417 'gfx/gtk_native_view_id_manager.h', |
| 418 'gfx/gtk_preserve_window.cc', | 418 'gfx/gtk_preserve_window.cc', |
| 419 'gfx/gtk_preserve_window.h', | 419 'gfx/gtk_preserve_window.h', |
| 420 'gfx/gtk_util.cc', | 420 'gfx/gtk_util.cc', |
| 421 'gfx/gtk_util.h', | 421 'gfx/gtk_util.h', |
| 422 'gfx/image/cairo_cached_surface.cc', |
| 423 'gfx/image/cairo_cached_surface.h', |
| 422 ], | 424 ], |
| 423 }, { # toolkit_uses_gtk != 1 | 425 }, { # toolkit_uses_gtk != 1 |
| 424 'sources!': [ | 426 'sources!': [ |
| 425 'gfx/native_theme_gtk.cc', | 427 'gfx/native_theme_gtk.cc', |
| 426 'gfx/native_theme_gtk.h', | 428 'gfx/native_theme_gtk.h', |
| 427 ] | 429 ] |
| 428 }], | 430 }], |
| 429 ['use_wayland == 1', { | 431 ['use_wayland == 1', { |
| 430 'sources/': [ | 432 'sources/': [ |
| 431 ['exclude', '_(gtk|x)\\.cc$'], | 433 ['exclude', '_(gtk|x)\\.cc$'], |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 647 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 646 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 648 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 647 ] | 649 ] |
| 648 } | 650 } |
| 649 ], | 651 ], |
| 650 }, | 652 }, |
| 651 ], | 653 ], |
| 652 }], | 654 }], |
| 653 ], | 655 ], |
| 654 } | 656 } |
| OLD | NEW |