| 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 'variables': { | 6 'variables': { |
| 7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'shell/layout_test_controller_host.h', | 54 'shell/layout_test_controller_host.h', |
| 55 'shell/paths_mac.h', | 55 'shell/paths_mac.h', |
| 56 'shell/paths_mac.mm', | 56 'shell/paths_mac.mm', |
| 57 'shell/shell.cc', | 57 'shell/shell.cc', |
| 58 'shell/shell.h', | 58 'shell/shell.h', |
| 59 'shell/shell_android.cc', | 59 'shell/shell_android.cc', |
| 60 'shell/shell_aura.cc', | 60 'shell/shell_aura.cc', |
| 61 'shell/shell_gtk.cc', | 61 'shell/shell_gtk.cc', |
| 62 'shell/shell_mac.mm', | 62 'shell/shell_mac.mm', |
| 63 'shell/shell_win.cc', | 63 'shell/shell_win.cc', |
| 64 'shell/shell_access_token_store.cc', |
| 65 'shell/shell_access_token_store.h', |
| 64 'shell/shell_application_mac.h', | 66 'shell/shell_application_mac.h', |
| 65 'shell/shell_application_mac.mm', | 67 'shell/shell_application_mac.mm', |
| 66 'shell/shell_browser_context.cc', | 68 'shell/shell_browser_context.cc', |
| 67 'shell/shell_browser_context.h', | 69 'shell/shell_browser_context.h', |
| 68 'shell/shell_browser_main.cc', | 70 'shell/shell_browser_main.cc', |
| 69 'shell/shell_browser_main.h', | 71 'shell/shell_browser_main.h', |
| 70 'shell/shell_browser_main_parts.cc', | 72 'shell/shell_browser_main_parts.cc', |
| 71 'shell/shell_browser_main_parts.h', | 73 'shell/shell_browser_main_parts.h', |
| 72 'shell/shell_browser_main_parts_mac.mm', | 74 'shell/shell_browser_main_parts_mac.mm', |
| 73 'shell/shell_content_browser_client.cc', | 75 'shell/shell_content_browser_client.cc', |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 '-buildfile', | 575 '-buildfile', |
| 574 '<(DEPTH)/content/shell/android/content_shell_apk.xml', | 576 '<(DEPTH)/content/shell/android/content_shell_apk.xml', |
| 575 ] | 577 ] |
| 576 } | 578 } |
| 577 ], | 579 ], |
| 578 }, | 580 }, |
| 579 ], | 581 ], |
| 580 }], # OS=="android" | 582 }], # OS=="android" |
| 581 ] | 583 ] |
| 582 } | 584 } |
| OLD | NEW |