| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index d86795142ae0542fe8d5e5e6a27452d5a3345c2b..e737d0b7d4a58d1f2eb0d7681af8693dbc9ff6ac 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -45,6 +45,9 @@
|
| 'base/layout.h',
|
| 'base/models/tree_node_iterator.h',
|
| 'base/models/tree_node_model.h',
|
| + 'base/resource/data_pack.cc',
|
| + 'base/resource/data_pack.h',
|
| + 'base/resource/resource_handle.h',
|
| 'base/ui_base_paths.cc',
|
| 'base/ui_base_paths.h',
|
| 'base/ui_base_switches.cc',
|
| @@ -317,8 +320,6 @@
|
| 'base/range/range.h',
|
| 'base/range/range_mac.mm',
|
| 'base/range/range_win.cc',
|
| - 'base/resource/data_pack.cc',
|
| - 'base/resource/data_pack.h',
|
| 'base/resource/resource_bundle.cc',
|
| 'base/resource/resource_bundle.h',
|
| 'base/resource/resource_bundle_android.cc',
|
| @@ -329,7 +330,6 @@
|
| 'base/resource/resource_bundle_win.h',
|
| 'base/resource/resource_data_dll_win.cc',
|
| 'base/resource/resource_data_dll_win.h',
|
| - 'base/resource/resource_handle.h',
|
| 'base/text/bytes_formatting.cc',
|
| 'base/text/bytes_formatting.h',
|
| 'base/text/text_elider.cc',
|
|
|