| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../third_party/hyphen/hyphen.gyp:hyphen', | 10 '../third_party/hyphen/hyphen.gyp:hyphen', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'renderer/android/address_detector.cc', | 54 'renderer/android/address_detector.cc', |
| 55 'renderer/android/address_detector.h', | 55 'renderer/android/address_detector.h', |
| 56 'renderer/android/content_detector.cc', | 56 'renderer/android/content_detector.cc', |
| 57 'renderer/android/content_detector.h', | 57 'renderer/android/content_detector.h', |
| 58 'renderer/android/email_detector.cc', | 58 'renderer/android/email_detector.cc', |
| 59 'renderer/android/email_detector.h', | 59 'renderer/android/email_detector.h', |
| 60 'renderer/android/phone_number_detector.cc', | 60 'renderer/android/phone_number_detector.cc', |
| 61 'renderer/android/phone_number_detector.h', | 61 'renderer/android/phone_number_detector.h', |
| 62 'renderer/device_orientation_dispatcher.cc', | 62 'renderer/device_orientation_dispatcher.cc', |
| 63 'renderer/device_orientation_dispatcher.h', | 63 'renderer/device_orientation_dispatcher.h', |
| 64 'renderer/devtools/devtools_agent.cc', | 64 'renderer/devtools_agent.cc', |
| 65 'renderer/devtools/devtools_agent.h', | 65 'renderer/devtools_agent.h', |
| 66 'renderer/devtools/devtools_agent_filter.cc', | 66 'renderer/devtools_agent_filter.cc', |
| 67 'renderer/devtools/devtools_agent_filter.h', | 67 'renderer/devtools_agent_filter.h', |
| 68 'renderer/devtools/devtools_client.cc', | 68 'renderer/devtools_client.cc', |
| 69 'renderer/devtools/devtools_client.h', | 69 'renderer/devtools_client.h', |
| 70 'renderer/disambiguation_popup_helper.cc', | 70 'renderer/disambiguation_popup_helper.cc', |
| 71 'renderer/disambiguation_popup_helper.h', | 71 'renderer/disambiguation_popup_helper.h', |
| 72 'renderer/do_not_track_bindings.cc', | 72 'renderer/do_not_track_bindings.cc', |
| 73 'renderer/do_not_track_bindings.h', | 73 'renderer/do_not_track_bindings.h', |
| 74 'renderer/dom_automation_controller.cc', | 74 'renderer/dom_automation_controller.cc', |
| 75 'renderer/dom_automation_controller.h', | 75 'renderer/dom_automation_controller.h', |
| 76 'renderer/dom_storage/dom_storage_dispatcher.cc', | 76 'renderer/dom_storage/dom_storage_dispatcher.cc', |
| 77 'renderer/dom_storage/dom_storage_dispatcher.h', | 77 'renderer/dom_storage/dom_storage_dispatcher.h', |
| 78 'renderer/dom_storage/webstoragearea_impl.cc', | 78 'renderer/dom_storage/webstoragearea_impl.cc', |
| 79 'renderer/dom_storage/webstoragearea_impl.h', | 79 'renderer/dom_storage/webstoragearea_impl.h', |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 }], | 405 }], |
| 406 ], | 406 ], |
| 407 'target_conditions': [ | 407 'target_conditions': [ |
| 408 ['OS=="android"', { | 408 ['OS=="android"', { |
| 409 'sources/': [ | 409 'sources/': [ |
| 410 ['include', '^renderer/render_view_linux\\.cc$'], | 410 ['include', '^renderer/render_view_linux\\.cc$'], |
| 411 ], | 411 ], |
| 412 }], | 412 }], |
| 413 ], | 413 ], |
| 414 } | 414 } |
| OLD | NEW |