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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'web_state/page_viewport_state.mm', | 253 'web_state/page_viewport_state.mm', |
254 'web_state/ui/crw_context_menu_provider.h', | 254 'web_state/ui/crw_context_menu_provider.h', |
255 'web_state/ui/crw_context_menu_provider.mm', | 255 'web_state/ui/crw_context_menu_provider.mm', |
256 'web_state/ui/crw_generic_content_view.mm', | 256 'web_state/ui/crw_generic_content_view.mm', |
257 'web_state/ui/crw_simple_web_view_controller.h', | 257 'web_state/ui/crw_simple_web_view_controller.h', |
258 'web_state/ui/crw_static_file_web_view.h', | 258 'web_state/ui/crw_static_file_web_view.h', |
259 'web_state/ui/crw_static_file_web_view.mm', | 259 'web_state/ui/crw_static_file_web_view.mm', |
260 'web_state/ui/crw_swipe_recognizer_provider.h', | 260 'web_state/ui/crw_swipe_recognizer_provider.h', |
261 'web_state/ui/crw_touch_tracking_recognizer.h', | 261 'web_state/ui/crw_touch_tracking_recognizer.h', |
262 'web_state/ui/crw_touch_tracking_recognizer.mm', | 262 'web_state/ui/crw_touch_tracking_recognizer.mm', |
263 'web_state/ui/crw_ui_simple_web_view_controller.h', | |
264 'web_state/ui/crw_ui_simple_web_view_controller.mm', | |
265 'web_state/ui/crw_web_controller+protected.h', | 263 'web_state/ui/crw_web_controller+protected.h', |
266 'web_state/ui/crw_web_controller.h', | 264 'web_state/ui/crw_web_controller.h', |
267 'web_state/ui/crw_web_controller.mm', | 265 'web_state/ui/crw_web_controller.mm', |
268 'web_state/ui/crw_web_controller_container_view.h', | 266 'web_state/ui/crw_web_controller_container_view.h', |
269 'web_state/ui/crw_web_controller_container_view.mm', | 267 'web_state/ui/crw_web_controller_container_view.mm', |
270 'web_state/ui/crw_web_view_content_view.mm', | 268 'web_state/ui/crw_web_view_content_view.mm', |
271 'web_state/ui/crw_wk_script_message_router.h', | 269 'web_state/ui/crw_wk_script_message_router.h', |
272 'web_state/ui/crw_wk_script_message_router.mm', | 270 'web_state/ui/crw_wk_script_message_router.mm', |
273 'web_state/ui/crw_wk_simple_web_view_controller.h', | 271 'web_state/ui/crw_wk_simple_web_view_controller.h', |
274 'web_state/ui/crw_wk_simple_web_view_controller.mm', | 272 'web_state/ui/crw_wk_simple_web_view_controller.mm', |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'dependencies': [ | 465 'dependencies': [ |
468 '../../base/base.gyp:base' | 466 '../../base/base.gyp:base' |
469 ], | 467 ], |
470 'sources': [ | 468 'sources': [ |
471 'public/user_agent.h', | 469 'public/user_agent.h', |
472 'public/user_agent.mm', | 470 'public/user_agent.mm', |
473 ], | 471 ], |
474 }, | 472 }, |
475 ], | 473 ], |
476 } | 474 } |
OLD | NEW |