| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 345         'win/hwnd_subclass.cc', | 345         'win/hwnd_subclass.cc', | 
| 346         'win/hwnd_subclass.h', | 346         'win/hwnd_subclass.h', | 
| 347         'win/internal_constants.cc', | 347         'win/internal_constants.cc', | 
| 348         'win/internal_constants.h', | 348         'win/internal_constants.h', | 
| 349         'win/lock_state.cc', | 349         'win/lock_state.cc', | 
| 350         'win/lock_state.h', | 350         'win/lock_state.h', | 
| 351         'win/message_box_win.cc', | 351         'win/message_box_win.cc', | 
| 352         'win/message_box_win.h', | 352         'win/message_box_win.h', | 
| 353         'win/mouse_wheel_util.cc', | 353         'win/mouse_wheel_util.cc', | 
| 354         'win/mouse_wheel_util.h', | 354         'win/mouse_wheel_util.h', | 
|  | 355         'win/open_file_name_win.cc', | 
|  | 356         'win/open_file_name_win.h', | 
| 355         'win/scoped_ole_initializer.cc', | 357         'win/scoped_ole_initializer.cc', | 
| 356         'win/scoped_ole_initializer.h', | 358         'win/scoped_ole_initializer.h', | 
| 357         'win/shell.cc', | 359         'win/shell.cc', | 
| 358         'win/shell.h', | 360         'win/shell.h', | 
| 359         'win/touch_input.cc', | 361         'win/touch_input.cc', | 
| 360         'win/touch_input.h', | 362         'win/touch_input.h', | 
| 361         'win/window_event_target.cc', | 363         'win/window_event_target.cc', | 
| 362         'win/window_event_target.h', | 364         'win/window_event_target.h', | 
| 363         'window_open_disposition.cc', | 365         'window_open_disposition.cc', | 
| 364         'window_open_disposition.h', | 366         'window_open_disposition.h', | 
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 747            ], | 749            ], | 
| 748            'variables': { | 750            'variables': { | 
| 749              'jni_gen_package': 'ui', | 751              'jni_gen_package': 'ui', | 
| 750            }, | 752            }, | 
| 751            'includes': [ '../../build/jni_generator.gypi' ], | 753            'includes': [ '../../build/jni_generator.gypi' ], | 
| 752          }, | 754          }, | 
| 753        ], | 755        ], | 
| 754     }], | 756     }], | 
| 755   ], | 757   ], | 
| 756 } | 758 } | 
| OLD | NEW | 
|---|