| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 'idle/idle.h', | 249 'idle/idle.h', |
| 250 'idle/idle_android.cc', | 250 'idle/idle_android.cc', |
| 251 'idle/idle_chromeos.cc', | 251 'idle/idle_chromeos.cc', |
| 252 'idle/idle_linux.cc', | 252 'idle/idle_linux.cc', |
| 253 'idle/idle_mac.mm', | 253 'idle/idle_mac.mm', |
| 254 'idle/idle_query_x11.cc', | 254 'idle/idle_query_x11.cc', |
| 255 'idle/idle_query_x11.h', | 255 'idle/idle_query_x11.h', |
| 256 'idle/idle_win.cc', | 256 'idle/idle_win.cc', |
| 257 'idle/screensaver_window_finder_x11.cc', | 257 'idle/screensaver_window_finder_x11.cc', |
| 258 'idle/screensaver_window_finder_x11.h', | 258 'idle/screensaver_window_finder_x11.h', |
| 259 'ios/cru_context_menu_controller.h', | |
| 260 'ios/cru_context_menu_controller.mm', | |
| 261 'ios/cru_context_menu_holder.h', | |
| 262 'ios/cru_context_menu_holder.mm', | |
| 263 'l10n/formatter.cc', | 259 'l10n/formatter.cc', |
| 264 'l10n/formatter.h', | 260 'l10n/formatter.h', |
| 265 'l10n/l10n_font_util.cc', | 261 'l10n/l10n_font_util.cc', |
| 266 'l10n/l10n_font_util.h', | 262 'l10n/l10n_font_util.h', |
| 267 'l10n/l10n_util.cc', | 263 'l10n/l10n_util.cc', |
| 268 'l10n/l10n_util.h', | 264 'l10n/l10n_util.h', |
| 269 'l10n/l10n_util_android.cc', | 265 'l10n/l10n_util_android.cc', |
| 270 'l10n/l10n_util_android.h', | 266 'l10n/l10n_util_android.h', |
| 271 'l10n/l10n_util_collator.h', | 267 'l10n/l10n_util_collator.h', |
| 272 'l10n/l10n_util_mac.h', | 268 'l10n/l10n_util_mac.h', |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 ], | 772 ], |
| 777 'variables': { | 773 'variables': { |
| 778 'jni_gen_package': 'ui', | 774 'jni_gen_package': 'ui', |
| 779 }, | 775 }, |
| 780 'includes': [ '../../build/jni_generator.gypi' ], | 776 'includes': [ '../../build/jni_generator.gypi' ], |
| 781 }, | 777 }, |
| 782 ], | 778 ], |
| 783 }], | 779 }], |
| 784 ], | 780 ], |
| 785 } | 781 } |
| OLD | NEW |