| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'dragdrop/os_exchange_data.cc', | 176 'dragdrop/os_exchange_data.cc', |
| 177 'dragdrop/os_exchange_data.h', | 177 'dragdrop/os_exchange_data.h', |
| 178 'dragdrop/os_exchange_data_provider_aura.cc', | 178 'dragdrop/os_exchange_data_provider_aura.cc', |
| 179 'dragdrop/os_exchange_data_provider_aura.h', | 179 'dragdrop/os_exchange_data_provider_aura.h', |
| 180 'dragdrop/os_exchange_data_provider_aurax11.cc', | 180 'dragdrop/os_exchange_data_provider_aurax11.cc', |
| 181 'dragdrop/os_exchange_data_provider_aurax11.h', | 181 'dragdrop/os_exchange_data_provider_aurax11.h', |
| 182 'dragdrop/os_exchange_data_provider_mac.h', | 182 'dragdrop/os_exchange_data_provider_mac.h', |
| 183 'dragdrop/os_exchange_data_provider_mac.mm', | 183 'dragdrop/os_exchange_data_provider_mac.mm', |
| 184 'dragdrop/os_exchange_data_provider_win.cc', | 184 'dragdrop/os_exchange_data_provider_win.cc', |
| 185 'dragdrop/os_exchange_data_provider_win.h', | 185 'dragdrop/os_exchange_data_provider_win.h', |
| 186 'font_helper_chromeos.cc', | |
| 187 'font_helper_chromeos.h', | |
| 188 'hit_test.h', | 186 'hit_test.h', |
| 189 'idle/idle.cc', | 187 'idle/idle.cc', |
| 190 'idle/idle.h', | 188 'idle/idle.h', |
| 191 'idle/idle_chromeos.cc', | 189 'idle/idle_chromeos.cc', |
| 192 'idle/idle_linux.cc', | 190 'idle/idle_linux.cc', |
| 193 'idle/idle_mac.mm', | 191 'idle/idle_mac.mm', |
| 194 'idle/idle_query_x11.cc', | 192 'idle/idle_query_x11.cc', |
| 195 'idle/idle_query_x11.h', | 193 'idle/idle_query_x11.h', |
| 196 'idle/idle_win.cc', | 194 'idle/idle_win.cc', |
| 197 'idle/screensaver_window_finder_x11.cc', | 195 'idle/screensaver_window_finder_x11.cc', |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 ], | 696 ], |
| 699 'variables': { | 697 'variables': { |
| 700 'jni_gen_package': 'ui', | 698 'jni_gen_package': 'ui', |
| 701 }, | 699 }, |
| 702 'includes': [ '../../build/jni_generator.gypi' ], | 700 'includes': [ '../../build/jni_generator.gypi' ], |
| 703 }, | 701 }, |
| 704 ], | 702 ], |
| 705 }], | 703 }], |
| 706 ], | 704 ], |
| 707 } | 705 } |
| OLD | NEW |